print.important_terms: Prints an important_terms Object

Description Usage Arguments

View source: R/important_terms.R

Description

Prints an important_terms object

Usage

1
2
## S3 method for class 'important_terms'
print(x, n = NULL, ...)

Arguments

x

An important_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.