strsplit1 | R Documentation |
Split a string
strsplit1(x, split)
x |
A character vector with one element. |
split |
What to split on. |
A character vector.
x <- "alfa,bravo,charlie,delta" strsplit(x, split = ",")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.