remove_variables: Remove variables from a dataset.

Description Usage Arguments Value See Also

View source: R/utils.R

Description

This utility function removes variables from a data.frame.

Usage

1
remove_variables(.data = NULL, exclude_variables = NULL)

Arguments

.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.

Value

A data.frame; the data to be analyzed.

See Also

Other utils: correlation_test, process_coefficients, process_variable_importances, reduce_cores


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