step {recipes}R Documentation

step sets the class of the step`` andcheck' is for checks.

Description

step sets the class of the step`` andcheck' is for checks.

Usage

step(subclass, ..., .prefix = "step_")

check(subclass, ..., .prefix = "check_")

Arguments

subclass

A character string for the resulting class. For example, if subclass = "blah" the step object that is returned has class step_blah or step_blah depending on the context.

...

All arguments to the operator that should be returned.

.prefix

Prefix to the subclass created.

Value

A updated step or check with the new class.


[Package recipes version 0.1.2 Index]