qdapTools (version 1.3.3)

run_split: 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.

References

http://stackoverflow.com/a/24319217/1000343

See Also

loc_split, split_vector

Examples

Run this code
# NOT RUN {
run_split(c("122333444455555666666", NA, "abbcccddddeeeeeffffff"))
# }

Run the code above in your browser using DataCamp Workspace