Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/public-health-scotland/ahp_dsa
AHP MSK data science accelerator
https://github.com/public-health-scotland/ahp_dsa
Last synced: 5 days ago
JSON representation
AHP MSK data science accelerator
- Host: GitHub
- URL: https://github.com/public-health-scotland/ahp_dsa
- Owner: Public-Health-Scotland
- Created: 2023-09-20T08:36:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T11:01:16.000Z (11 months ago)
- Last Synced: 2024-06-14T17:14:16.113Z (5 months ago)
- Language: R
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AHP MSK Data Science Accelerator
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.*
## Instructions for use* 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 in
* `data` is a folder for storing data to be read in
* `www` contains the app stylesheet and PHS icon images
* `pages` 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.R
* `functions` contains R scripts with functions for the app## PHS shiny app examples
* [COVID-19 dashboard](https://github.com/Public-Health-Scotland/COVID-19-Publication-Dashboard)
* [COVID-19 wider impacts dashboard](https://github.com/Public-Health-Scotland/covid-wider-impacts/tree/master/shiny_app)
* [ScotPHO profiles](https://github.com/Public-Health-Scotland/scotpho-profiles-tool)