Skip to content
Prev 60547 / 63424 Next

strsplit() and final empty values

On Thu, Mar 3, 2022 at 12:58 AM Dzmitry Batrakou <d.batrakou at gmail.com> wrote:
Another workaround is to append another split symbol (or string) to
the end of the string you're splitting, e.g.
[[1]]
[1] "a" "b" "c" ""

/Henrik