Learn R Programming

arsenal (version 0.5.0)

write2.internal: Helper functions for write2

Description

Helper functions for write2.

Usage

# S3 method for verbatim
print(x, ...)

verbatim(x)

Arguments

x

An R object to coerce to class "verbatim" or such an object to print.

...

Other arguments passed to print.

Details

The "verbatim" class is to tell write2 to print the object inside a section surrounded by three back ticks. The results will look like it would in the terminal (monospaced).