print.term_count: Prints a term_count Object

Description Usage Arguments

View source: R/term_count.R

Description

Prints a term_count object.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'term_count'
print(
  x,
  digits = 2,
  weight = "percent",
  zero.replace = "0",
  pretty = getOption("termco_pretty"),
  ...
)

Arguments

x

The term_count object.

digits

The number of digits displayed.

weight

The weight type. Currently the following are available: "proportion", "percent". See weight for additional information.

zero.replace

The value to replace zero count elements with; defaults to "0".

pretty

logical. If TRUE the counts print in a pretty fashion, combining count and weighted information into a single display. pretty printing can be permanently removed with as_count.

...

ignored


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