run_split {qdapTools} | R Documentation |
Split a String Into Run Chunks
Description
Splits a string into a vector of runs.
Usage
run_split(x)
Arguments
x |
A string. |
Value
Returns a list of vectors.
Author(s)
Robert Reed and Tyler Rinker <tyler.rinker@gmail.com>.
References
https://stackoverflow.com/a/24319217/1000343
See Also
Examples
run_split(c("122333444455555666666", NA, "abbcccddddeeeeeffffff"))
[Package qdapTools version 1.3.7 Index]