step sets the class of the step and check is for checks.step sets the class of the step and check is for checks.
step(subclass, ..., .prefix = "step_")check(subclass, ..., .prefix = "check_")
An updated step or check with the new class.
A character string for the resulting class. For example,
if subclass = "blah" the step object that is returned has class
step_blah or check_blah depending on the context.
All arguments to the operator that should be returned.
Prefix to the subclass created.
developer_functions