record.factor {recorder} | R Documentation |
Record Statistics and Meta Data of a Factor
Description
Records statistics and meta data of a factor
.
Usage
## S3 method for class 'factor'
record(x, ...)
Arguments
x |
|
... |
all further arguments. |
Value
list
recorded statistics and meta data.
Examples
record(iris$Species)
[Package recorder version 0.8.2 Index]