Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 523 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 523 Bytes

data-wrangling

There are several R packages, such as dplyr, tidyr, stringr, broom that provide excellent tools for data wrangling. Most of them are built by Hadley Wickham and collaborators. Base R also has some good functions that are useful from time to time.

The documentation available for free in this area is outstanding. Here are a few free resources: