Description Usage Arguments Details Value Examples
View source: R/string_functions.R
Concatenate a series of characters
1 |
... |
A vector, or vectors of strings |
sep |
A delimeter on which to join strings |
A wrapper for paste(..., sep), called concat() to avoid confusion with collapse().
A vector of character strings.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.