View source: R/string_manipulation.R
rt_str_collapse | R Documentation |
See example
rt_str_collapse(.x, .surround, .separate)
.x |
a vector of string values |
.surround |
string to surround each string in the vector |
.separate |
string to separate each string in the vector |
rt_str_collapse("example", "'", " + ") rt_str_collapse(c("example", "example2"), "'", " + ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.