remove_variables: Remove variables from a dataset.
Description
This utility function removes variables from a data.frame.
Usage
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.