Description Usage Arguments Value Examples
Collapse strings into one.
1 | str_collapse(.x, .collapse = "")
|
.x |
A character vector to collapse. |
.collapse |
A separator string to be inserted between the elements of |
A character vector of length 1.
1 | str_collapse(letters, ",")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.