remove_original_cols | R Documentation |
This helper function should be used whenever the argument
keep_original_cols
is used in a function.
remove_original_cols(new_data, object, col_names)
new_data |
A tibble. |
object |
A step object. |
col_names |
A character vector, denoting columns to remove. |
new_data with col_names
removed if
get_keep_original_cols(object) == TRUE
or object$preserve == TRUE
.
developer_functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.