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 |
banner |
(flag, default: |
... |
Passed to |
Value
input rulelist (invisibly)
See Also
rulelist, tidy, augment, predict, calculate, prune, reorder
[Package tidyrules version 0.2.7 Index]