strsplitC | R Documentation |
Splitting a character string in C++
strsplitC(s, sep)
s |
a character string to be split |
sep |
a character that delimits the splits |
strsplitC(c(";aaa;bb;cccc;ee;"), sep=";")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.