Repository for PRECISE Value project, which has been implemented as a Shiny web application.
The following packages are required to generate output for this version of the dashboard:
- shiny
- shinydashboard
- tidyverse
- DT
- kableExtra
Install packages using the install.packages(c("package1", "package2"))
command.
- The shiny application lives in the app.R file of the precise_value folder
- Open app.R within RStudio and click the "Run App" button on the top right of the editing window