| str_collapse | R Documentation | 
Convert vector into comma-separated string
str_collapse(x, by = ", ", ...)
| x | the vector to collapse | 
| by | the separating token (default is ', ') | 
| ... | further arguments for paste0 | 
a character vector as produced by paste0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.