R/Helper_functions.R
print.data.frame_ext.Rd
Print a data frame that includes extended factor objects
# S3 method for data.frame_ext print(x, ...)
x | The |
---|---|
... | Parameters to be passed on directly to |
The object to print itself, invisibly
The regular print function for data-frames has special methods built-in for factors so that
the label is printed instead of the constant. This function is intended to provide the same functionality
for data frames with extended factors, by adding the class data.frame_ext
to the class vector.