cat_with_newline | R Documentation |
This function concatenates inputs like cat()
and prints them with newline.
cat_with_newline(...)
... |
inputs to concatenate. |
None, only used for the side effect of producing the concatenated output in the R console.
This is similar to cli::cat_line()
.
cat_with_newline("hello", "world")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.