GITHUB LINK: https://github.com/jesper25/Project2_Raw_Power
SHINYAPP LINK: https://jpere55.shinyapps.io/Project2/
YOUTUBE LINK: https://youtu.be/X2FPusGDMlE
Instructions:
Download the source code from the github link provided above (app.R file and the xlsx, xls files).
To run the app you will need to install R into your PC and you will need RStudio to actually run the application.
Link for R: https://www.r-project.org/
Link to download RStudio: https://www.rstudio.com/
When step two is completed you will need to run RStudio and open the file by going to the "file" tab in RStudio.
Open the folder with the app.R file and data. You will need to install the libraries using install.packages("name of library") on the command line in RStudio before running app.R.
User will then need to create an account for the shiny app in order to be able to publish the app itself. You can also run it on RStudio to see how it looks, but to run on shinyapps you will need an account. Just sign up and once an account is created you will need to connect your account to RStudio in order to be able to publish the app.
If you just want to run it on RStudio, make sure you have installed all the necessary libraries from step 4, and on the top of the page with code you will see a button that says Run App. Click that button to see a preview of how the web application will look and test its functionality.