record.data.frame {recorder} | R Documentation |
Records Statistics and meta data of a data.frame.
## S3 method for class 'data.frame'
record(x, verbose = TRUE, ...)
x |
|
verbose |
|
... |
all further arguments. |
list
recorded statistics and meta data.
record(iris)