add_step {recipes}R Documentation

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

A recipe().

object

A step object.

Value

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


[Package recipes version 0.1.1 Index]