- R for data science book
- tidyverse
- Datapasta (pasting directly from external docs)
- Janitor (data cleaning)
- Fuzzyjoin
- tidyverse: Set of packages for basic data manipulation. I use tidyr and dplyr every day.
- roomba: "This is a package to transform large, multi-nested lists into a more user-friendly format (i.e. a tibble) in R"
- naniar: For working with missing data.
- unheadr: For working with data with multiple header rows.
- strex: " Extra string manipulation functions not contained in stringr or stringi."