mrdwab / splitstackshape

R functions to split concatenated data, conveniently stack columns of data.frames, and conveniently reshape data.frames.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is `stri_split_fixed` the way to go?

mrdwab opened this issue · comments

Previously, with strsplit, it was easy to leave the option open to split on a regular expression too. Now?

Resolved with 1896e65