run_split | R Documentation |
Splits a string into a vector of runs.
run_split(x)
x |
A string. |
Returns a list of vectors.
Robert Reed and Tyler Rinker <tyler.rinker@gmail.com>.
https://stackoverflow.com/a/24319217/1000343
loc_split
,
split_vector
run_split(c("122333444455555666666", NA, "abbcccddddeeeeeffffff"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.