print.hof: Print a hof object

Description Usage Arguments Value Examples

Description

Print a hof object

Usage

1
2
## S3 method for class 'hof'
print(x, ...)

Arguments

x

An object of class hof.

...

Unused.

Value

NULL invisibly.

Examples

1
2
3
lm_hof <- hof(lm)
iris_lm <- lm_hof(data = iris)
iris_lm

hughjonesd/hoffr documentation built on May 28, 2019, 8:57 p.m.