print.recipe: Print a Recipe

View source: R/recipe.R

print.recipeR Documentation

Print a Recipe

Description

Print a Recipe

Usage

## S3 method for class 'recipe'
print(x, form_width = 30, ...)

Arguments

x

A recipe object

form_width

The number of characters used to print the variables or terms in a formula

...

further arguments passed to or from other methods (not currently used).

Value

The original object (invisibly)


recipes documentation built on Aug. 26, 2023, 1:08 a.m.