Skip to content

Latest commit

Β 

History

History
38 lines (26 loc) Β· 747 Bytes

File metadata and controls

38 lines (26 loc) Β· 747 Bytes

Project Name

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

Goals

Data Source

How can you get the data?

Regrets

If you were to re-do the project, would you change anything?

How to Run

Tools

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

Files

What are they?

Formal Methodology

Kudos