text | R Documentation |
CLI text
txt(x)
verbatim(x)
x |
|
Console output, with invisible return of x
input.
txt()
: Print to screen, wrapping to screen with automatically.
Exporting txt
instead of text
here, to avoid masking stats::text
.
verbatim()
: Print to screen, without any automatic wrapping.
Updated 2020-02-02.
## Wrapping
txt(c("hello", " world"))
## No wrapping
verbatim(c("hello", "world"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.