Description Usage Arguments Value Examples
The cat0 function is to cat what paste0 is to paste; it simply makes concatenating many strings without a separator easier.
1 |
... |
The character vector(s) to print; passed to cat. |
sep |
The separator to pass to cat, of course, |
Nothing (invisible NULL
, like cat).
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.