preprocess_identity: Preprocess data by leaving it exactly the way it is.

Description Usage Arguments Value See Also

View source: R/preprocess.R

Description

This function is the same as the identity function. Anything passed to it is returned untouched.

Usage

1
preprocess_identity(.data, categorical_variables = NULL)

Arguments

.data

A data.frame; the data to be analyzed.

categorical_variables

A logical vector; each value TRUE indicates that column in the data.frame is a categorical variable. Defaults to NULL.

Value

A list, containing one or two data.frames.

See Also

Other preprocess: preprocess_scale


easyml documentation built on June 26, 2017, 9:02 a.m.