CMSC320 Final Project Submission
Requirements: R and RStudio
To run individual .Rmd
files, you'll first need to run the scraping.Rmd
file since it prepares variables that you'll need in your global environment to run the other files
Include all necessary .Rmd
files in the index.Rmd
file (look at the file to see how it's done). Build the report by copying and pasting the following command in the Console of RStudio
rmarkdown::render('index.Rmd')
You may need to the set the working directory to the project folder for this to work
Dinakar Chappa, Prashant Krishnan, Omkar Konaraddi