Pick a Tag
🚩🛑: WORK IN PROGRESS. See wiki for details
✅🚴: Good to go. Follow instructions to run
🟡🚧: Done but scripts require lots of hand checking so approach with caution. See instructions
How can you get the data?
If you were to re-do the project, would you change anything?
- R/RStudio
- R packages
- tidyverse: for data manipulation
- janitor: for cleaning
- readxl: for working with Excel files
- skimr # for initially understanding data -- > skim function
Run this code in the R Console to install packages
install.packages(c("tidyverse", "janitor", "readxl", "skimr"))
What are they?