View source: R/Helper_functions.R
print.data.frame_ext | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.