stringsplitter | R Documentation |
split multiple strings and extact indicies
strings |
vector or list of strings to split |
n |
indicies of each string to extract (and paste back together) |
split |
character to split by |
# example string
string <- c("1-4-5", "4-6-3", "1-0-3")
stringsplitter(string, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.