This app was created using the PHS Shiny app template from the {phstemplates}
package.
- Run the app by opening app.R and clicking 'Run' in the top right-hand corner
setup.R
contains required packages and is where any data should be read indata/
is a folder for storing data to be read inwww/
contains the app stylesheet and PHS icon imagespages/
should contain an R script for each tab in your app with the content of that tab. This needs to be linked back to theui
inapp.R
functions/
contains R scripts with functions for the app