strsplitC {ludic} | R Documentation |
Splitting a character string in C++
Description
Splitting a character string in C++
Usage
strsplitC(s, sep)
Arguments
s |
a character string to be split |
sep |
a character that delimits the splits |
Examples
strsplitC(c(";aaa;bb;cccc;ee;"), sep=";")
[Package ludic version 0.2.0 Index]