Print a data frame with extended factor objects
Print a data frame that includes extended factor objects
## S3 method for class 'data.frame_ext' print(x, ...)
x |
The |
... |
Parameters to be passed on directly to |
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.
The object to print itself, invisibly
Holger Hoefling
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.