record.integer {recorder} | R Documentation |
Record Statistics and Meta Data of an Integer
Description
Records statistics and meta data of an integer
.
Usage
## S3 method for class 'integer'
record(x, ...)
Arguments
x |
|
... |
all further arguments. |
Value
list
recorded statistics and meta data.
Examples
record(c(1:10, NA_integer_))
[Package recorder version 0.8.2 Index]