Learn R Programming

recipes (version 0.1.1)

add_step: Add a New Step to Current Recipe

Description

add_step adds a step to the last location in the recipe.

Usage

add_step(rec, object)

Arguments

rec
object

A step object.

Value

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