Description Usage Arguments Details Value Examples
View source: R/string_functions.R
Split strings to tokens
1 |
x |
A string or vector of strings |
split |
A delimeter on which to split strings, defaults to an empty string. |
An alternative to strsplit() that returns a vector if a single string, or a list if multiple. Named from c++ function to turn strings into tokens.
Either a single vector of characters, or a list of split strings.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.