View source: R/str_string2vector.R
str_string2vector | R Documentation |
Convert string to character vector
str_string2vector(string, delimeter = ",")
string |
A character string. |
delimeter |
Optional. Default ",". |
str_string2vector("a,b,c,d") [1] "a" "b" "c" "d"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.