This utility function removes variables from a data.frame.
remove_variables(.data = NULL, exclude_variables = NULL)
.data | A data.frame; the data to be analyzed. |
---|---|
exclude_variables | A character vector; the variables from the data set to exclude. Defaults to NULL. |
A data.frame; the data to be analyzed.
Other utils: correlation_test
,
process_coefficients
,
process_variable_importances
,
reduce_cores