step
sets the class of the step
and check
is for checks.
Arguments
- subclass
A character string for the resulting class. For example, if
subclass = "blah"
the step object that is returned has classstep_blah
orcheck_blah
depending on the context.- ...
All arguments to the operator that should be returned.
- .prefix
Prefix to the subclass created.