rxsplit | R Documentation |
It differs from strsplit in that it only splits on the first occurrence and returns all parts of the string given
rxsplit(x, pattern)
x |
character text to be split |
pattern |
pattern used for splitting |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.