print.inspect_text: Prints an inspect_text Object
Description
Prints an inspect_text object.
Usage
# S3 method for inspect_text
print(x, file = "", ...)
Arguments
- x
The inspect_text object.
- file
A connection, or a character string naming the file to print to. If ""
(the default), prints to the standard output connection, the console unless redirected
by sink
.
- ...
Other arguments passed to strwrap
.