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