Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 321 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 321 Bytes

Project structure

  1. clean
    • input (csv file datasets)
    • src (clean.R script)
  2. analyze
    • input (csv files after clean task)
    • src (script to analyze with tidytext)
  3. report
    • input (csv files needed for graphs)
    • output (graphs)
    • src (script to make graphs)