print.check_text {textclean} | R Documentation |
Prints a check_text Object
Description
Prints a check_text object.
Usage
## 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 |
file |
A connection, or a character string naming the file to print to.
If |
n |
The number of affected elements to print out (the rest are truncated) |
... |
ignored |
[Package textclean version 0.9.3 Index]