- recipe
A recipe object. The step will be added to the
sequence of operations for this recipe.
- ...
One or more selector functions to choose which variables are
affected by the step. See recipes::selections() for more details. For the tidy
method, these are not currently used.
- role
Not used by this step since no new variables are
created.
- trained
A logical to indicate if the quantities for
preprocessing have been estimated.
- res
A list containing levels of training variables is stored
here once this preprocessing step has be trained by recipes::prep().
- columns
A character string of variable names that will be populated
(eventually) by the terms argument.
- keep_original_cols
A logical to keep the original variables in the
output. Defaults to FALSE.
- skip
A logical. Should the step be skipped when the
recipe is baked by bake()? While all operations are baked
when prep() is run, some operations may not be able to be
conducted on new data (e.g. processing the outcome variable(s)).
Care should be taken when using skip = TRUE as it may affect
the computations for subsequent operations.
- id
A character string that is unique to this step to identify it.