stringr
Make it easier to work with strings.
GPL-2
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.
Versions
Reviews
I imagined that there had to be an easier way to work with strings in R, so i made a quick search on crantastic and found this package right away. Works as described with no nonsense, recommended.
Think of all the functions that you regularly use, that you have to always spend a bit of time thinking about, to get the correct syntax. Now use this package that contains all of these functions,...
(246 votes)
(72 votes)
