Skip to content
Prev 374804 / 398506 Next

options other than regex

The stringr package might beof interest to you (and I think magrittr makes
it more readable).
[1] "1.0.1.1.0.1.1.1"

Note that the unlist is there because we are only applying this to a single
string.
If you were to apply this to a character vector you could loose the unlist
and sapply the flatten.
On Sat, May 26, 2018 at 2:09 AM, Evan Cooch <evan.cooch at gmail.com> wrote: