str_collapse | R Documentation |
Collapse multiple strings into a single string.
str_collapse(str, sep = ", ", quote = character(), n = Inf, ellipsis = "[...]")
str |
( |
sep |
( |
quote |
( Will be replicated to lenght 2. |
n |
( |
ellipsis |
( |
(character(1)
).
str_collapse(letters, quote = "'", n = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.