Learn R Programming

recorder (version 0.8.2)

record.numeric: Record Statistics and Meta Data of a Numeric

Description

Records statistics and meta data of a numeric.

Usage

# S3 method for numeric
record(x, ...)

Arguments

x

numeric

...

all further arguments.

Value

list recorded statistics and meta data.

Examples

Run this code
# NOT RUN {
record(iris$Sepal.Length)
# }

Run the code above in your browser using DataLab