Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.13 KB

r-data-analysis-and-manipulation.md

File metadata and controls

21 lines (15 loc) · 1.13 KB

General

Analysis

Data manipulation

  • 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."