Here is the Github link to my source code: https://github.com/mghuneim/424_project_1
If you would like to download and run the source code, it is best to use RStudio to do so. If you do not have RStudio installed, you can download it here: https://rstudio.com/products/rstudio/download/
Note that you will need to also have R installed in order for RStudio to work. If you do not have R installed, you can do so here: https://mirror.las.iastate.edu/CRAN/
You may need to install packages for libraries I have used. In that case, use the command install.packages("libraryyouwant"). In order to run the application, you can either copy and paste my code into the console or click on the green play button with the caption "Run App" above the app.R file.
What the Github repository should look like