catn | R Documentation |
Wrapper around base::cat()
with a line break.
Elements are converted to character and concatenate with base::paste0()
.
If a vector is passed, elements are collapsed with line breaks.
catn(..., file = "")
... |
( |
file |
( |
catn(c("Line 1", "Line 2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.