This function is the same as the identity function. Anything passed to it is returned untouched.
preprocess_identity(.data, categorical_variables = NULL)
| .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. |
A list, containing one or two data.frames.
Other preprocess: preprocess_scale