powered by
Splits a string into a vector of runs.
run_split(x)
Returns a list of vectors.
A string.
Robert Reed and Tyler Rinker <tyler.rinker@gmail.com>.
https://stackoverflow.com/a/24319217/1000343
loc_split, split_vector
loc_split
split_vector
run_split(c("122333444455555666666", NA, "abbcccddddeeeeeffffff"))
Run the code above in your browser using DataLab