mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
377 B
Plaintext
7 lines
377 B
Plaintext
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.
|