add_step: Add a New Operation to the Current Recipe

View source: R/steps_and_checks.R

add_stepR Documentation

Add a New Operation to the Current Recipe

Description

add_step adds a step to the last location in the recipe. add_check does the same for checks.

Usage

add_step(rec, object)

add_check(rec, object)

Arguments

rec

A recipe().

object

A step or check object.

Value

A updated recipe() with the new operation in the last slot.

See Also

developer_functions


topepo/recipes documentation built on April 10, 2024, 10:30 p.m.