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