step {recipes} | R Documentation |
step()
sets the class of the step
and check()
is for checks.
Description
step()
sets the class of the step
and check()
is for checks.
Usage
step(subclass, ..., .prefix = "step_", call = rlang::caller_env(2))
check(subclass, ..., .prefix = "check_", call = rlang::caller_env(2))
Arguments
subclass |
A character string for the resulting class. For example, if
|
... |
All arguments to the operator that should be returned. Required
arguments are |
.prefix |
Prefix to the subclass created. |
Value
An updated step or check with the new class.
See Also
[Package recipes version 1.3.1 Index]