Learn R Programming

recipes (version 0.1.1)

step: A General Step Wrapper

Description

step sets the class of the step.

Usage

step(subclass, ...)

Arguments

subclass

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

...

All arguments to the step that should be returned.

Value

A updated step with the new class.