powered by
Splits a string into a vector of runs.
run_split(x)
A string.
Returns a list of vectors.
http://stackoverflow.com/a/24319217/1000343
loc_split, split_vector
loc_split
split_vector
# NOT RUN { run_split(c("122333444455555666666", NA, "abbcccddddeeeeeffffff")) # }
Run the code above in your browser using DataLab