Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/public-health-scotland/spband
https://github.com/public-health-scotland/spband
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/public-health-scotland/spband
- Owner: Public-Health-Scotland
- Created: 2023-06-23T08:22:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:23:21.000Z (6 months ago)
- Last Synced: 2024-05-22T14:02:30.635Z (6 months ago)
- Language: R
- Size: 576 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPBAND (Scottish Pregnancy, Births and Neonatal Data) dashboard
## Instructions for use
* Run the app by opening app.R and clicking 'Run' in the top right hand corner
* `global.R` contains required packages and is where any data should be read in
* `data` is a folder for storing data to be read in - no data is in the GitHub version so this folder will need to be created and the correct data added to it
* `admin` is a folder required for storing the password credentials - this is not stored in the GitHub version - the "live" dashboard does not have password protection but a PRA version will need it
* `www` contains the app stylesheet and PHS icon images
* Measure folders contain R scripts for each tab in this app with the content of that tab. This is linked back to the ui in app.R
* `functions` contains R scripts with functions for the app