print.search_term: Prints a search_term Object

Description Usage Arguments

View source: R/search_term.R

Description

Prints a search_term object.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'search_term'
print(
  x,
  n = Inf,
  width = 80,
  sep = "\n\n\n===================================\n",
  digits = 5,
  ...
)

Arguments

x

The search_term object.

n

The number of elements to print or a range of indexes (greater than 1).

width

The width of the printing.

sep

A string that separates the elements.

digits

The number of coverage digits to print.

...

ignored


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