Learn R Programming

recorder (version 0.8.2)

record.factor: Record Statistics and Meta Data of a Factor

Description

Records statistics and meta data of a factor.

Usage

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

Arguments

x

factor

...

all further arguments.

Value

list recorded statistics and meta data.

Examples

Run this code
# NOT RUN {
record(iris$Species)
# }

Run the code above in your browser using DataLab