print.count_tags: Prints a count_tags Object

Description Usage Arguments

Description

Prints a count_tags object.

Usage

1
2
3
## S3 method for class 'count_tags'
print(x, digits = 1, weight = "percent",
  zero.replace = "0", pretty = getOption("tagger_pretty"), ...)

Arguments

x

The count_tags 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/tagger documentation built on May 31, 2019, 10:42 p.m.