PHS shiny app template.
The AHP MSK data science accelerator app folder is organised as below. While under development, this structure may have to change.
- Run the app by opening UI.R and clicking 'Run App' 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 the ui in app.Rfunctions
contains R scripts with functions for the app