Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

add_step

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.


recipes

Preprocessing Tools to Create Design Matrices

v0.1.16
MIT + file LICENSE
Authors
Max Kuhn [aut, cre], Hadley Wickham [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.