print.check_text: Prints a check_text Object

Description Usage Arguments

View source: R/check_text.R

Description

Prints a check_text object.

Usage

1
2
## S3 method for class 'check_text'
print(x, include.text = TRUE, file = NULL, n = NULL, ...)

Arguments

x

The check_text object.

include.text

logical. If TRUE the offending text is printed as well.

file

A connection, or a character string naming the file to print to. If NULL prints to the console.

n

The number of affected elements to print out (the rest are truncated)

...

ignored


trinker/textclean documentation built on Nov. 3, 2021, 7:20 p.m.