Description Usage Arguments Examples
View source: R/comfy-functions.R
Splits a string, or a vector of strings, and returns the unlisted result.
1 | splitin(string, split_by = "[^[:alnum:]]+")
|
string |
The string to be split. Can be a single string or a vector of strings. |
split_by |
The separator on which to split the string. Defaults to any non-alphanumeric. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.