Description Usage Arguments Examples
View source: R/string.R View source: R/.ipynb_checkpoints/string-checkpoint.R
Convert string to character vector
| 1 | char.string2vector(string, delimeter = ",")
 | 
| string | A character string. | 
| delimeter | Optional. Default ",". | 
| 1 2 | char.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.