print.rulelist: Print method for rulelist class

View source: R/rulelist.R

print.rulelistR 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

banner

(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


tidyrules documentation built on June 30, 2024, 1:07 a.m.