collapse | R Documentation |
Simple wrapper for concatenating strings
collapse(..., sep = "")
... |
one or more R objects, to be converted to character vectors. |
sep |
a character string to separate the terms. Not
|
A character
vector of concatenated values. See base::paste for
more details.
collapse(1:10)
collapse(list("a", b = 1:2))
collapse(quick_dfl(a = 1:3, b = 4:6), sep = "-")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.