splitText
Loops along a string splitting text by sep and returning
the element num of that split text
1 | splitText(x, sep = "_", num = 1)
|
x |
A character vector, if not character, function coerces it to character. |
sep |
The character that separates values |
num |
The index of the split vector to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.