get_keep_original_cols {recipes} | R Documentation |
Get the keep_original_cols
value of a recipe step
Description
Get the keep_original_cols
value of a recipe step
Usage
get_keep_original_cols(object)
Arguments
object |
A recipe step |
Value
A logical to keep the original variables in the output
See Also
[Package recipes version 1.3.1 Index]