print.rulelist {tidyrules}R Documentation

Print method for rulelist class

Description

Prints rulelist attributes and first few rows.

Usage

## S3 method for class 'rulelist'
print(x, banner = TRUE, ...)

Arguments

x

A rulelist object

(flag, default: TRUE) Should the banner be displayed

...

Passed to tidytable::print

Value

input rulelist (invisibly)

See Also

rulelist, tidy, augment, predict, calculate, prune, reorder


[Package tidyrules version 0.2.7 Index]