record.data.frame {recorder}R Documentation

Record Statistics and Meta Data of a Data Frame

Description

Records Statistics and meta data of a data.frame.

Usage

## S3 method for class '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

record(iris)

[Package recorder version 0.8.2 Index]