Site icon R-bloggers

The stringr package just turned 0.5

(Re-posted from a post made by Hadley Wickham to the [R-pkgs] mailing list) # About the stringr package Strings are not glamorous, high-profile components of R, but they do play a big role in many data cleaning and preparations tasks. R provides a solid set of string operations, but because they have grown organically over time, they can be inconsistent and a little hard to learn. Additionally, they lag behind the string operations in other programming languages, so that some things that are easy to do in languages like Ruby or Python are rather hard to do in R. The `stringr` package aims to remedy these problems by providing a clean, modern interface to common string operations. More concretely, `stringr`: stringr 0.5 ===========