Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 747 Bytes

SAMPLE_README.md

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