Learn R Programming

recorder (version 0.8.2)

record.data.frame: Record Statistics and Meta Data of a Data Frame

Description

Records Statistics and meta data of a data.frame.

Usage

# S3 method for data.frame
record(x, verbose = TRUE, ...)

Arguments

x

data.frame training data for predictive model.

verbose

logical should messages be printed?

...

all further arguments.

Value

list recorded statistics and meta data.

Examples

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

Run the code above in your browser using DataLab