Description Usage Arguments Details Value Examples
View source: R/AllFunctions.R View source: R/string_functions.R
Collapse a series of strings
1 |
... |
A vector, or vectors of strings |
sep |
A delimeter on which two collapse strings |
A wrapper for paste0(..., collapse = <option>). Built to be more clear than paste0() when collapsing strings, and to avoid the issue of no partial string match in the paste() functions for the colllapse option.
A single string of collapsed input
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.