aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-stringr/pkg-descr
blob: 1019251cc2d84feae25b643f4b9c78108c39493a (plain) (blame)
1
2
3
4
5
6
7
8
stringr is a set of simple wrappers that make R's string functions
more consistent, simpler and easier to use. It does this by ensuring
that: function and argument names (and positions) are consistent,
all functions deal with NA's and zero length character appropriately,
and the output data structures from each function matches the input
data structures of other functions.

WWW: https://cran.r-project.org/web/packages/stringr/