print.frequent_terms: Prints a frequent_terms Object

Description Usage Arguments

View source: R/frequent_terms.R

Description

Prints a frequent_terms object.

Usage

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

Arguments

x

The frequent_terms object.

n

The number of rows to print. If integer selects the frequency at the nth row and prints all rows >= that value. If proportional (less than 0) the frequency value for the nth% row is selected and prints all rows >= that value.

...

ignored.


trinker/termco documentation built on Jan. 7, 2022, 3:32 a.m.