print.data.frame_ext {hdf5r} | R Documentation |
Print a data frame with extended factor objects
Description
Print a data frame that includes extended factor objects
Usage
## S3 method for class 'data.frame_ext'
print(x, ...)
Arguments
x |
The |
... |
Parameters to be passed on directly to |
Details
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.
Value
The object to print itself, invisibly
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.11 Index]