strsplit2 | R Documentation |
Split Composite Names
strsplit2(x, split, colnames = NULL, ...)
x |
character vector |
split |
character to split each element of vector on, see |
colnames |
colnames for the result |
... |
other arguments are passed to |
data.frame
strsplit2(c("a;b", "c;d"), ";", colnames = c("col1", "col2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.