stringr: modern, consistent string processing

Abstract:

String processing is not glamorous, but it is frequently used in data cleaning and preparation. The existing string functions in R are powerful, but not friendly. To remedy this, the stringr package provides string functions that are simpler and more consistent, and also fixes some functionality that R is missing compared to other programming languages.

Cite PDF Tweet

Author

Affiliation

Hadley Wickham

 

Published

Nov. 30, 2010

DOI

10.32614/RJ-2010-012

Volume

Pages

2/2

38 - 40

Footnotes

    Reuse

    Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

    Citation

    For attribution, please cite this work as

    Wickham, "The R Journal: stringr: modern, consistent string processing", The R Journal, 2010

    BibTeX citation

    @article{RJ-2010-012,
      author = {Wickham, Hadley},
      title = {The R Journal: stringr: modern, consistent string processing},
      journal = {The R Journal},
      year = {2010},
      note = {https://doi.org/10.32614/RJ-2010-012},
      doi = {10.32614/RJ-2010-012},
      volume = {2},
      issue = {2},
      issn = {2073-4859},
      pages = {38-40}
    }