R/misc.R
recipes_remove_cols.Rd
This helper function removes columns based on character vectors.
recipes_remove_cols(new_data, object, col_names = character())
A tibble.
A step object.
A character vector, denoting columns to remove. Will overwrite object$removals if set.
object$removals
new_data with column names removed if specified by col_names or object$removals.
new_data
col_names
developer_functions