This app is dependent on the SCRCdataAPI package being installed:
library(devtools)
install_github("ScottishCovidResponse/SCRCdataAPI")
To install the app itself:
install_github("soniamitchell/SCRCshinyApp")
To run the app:
library(SCRCshinyApp)
launchApp()
Note that the app currently works from a static dataset that will not be updated automatically.
To update the dataset prior to running the app:
launchApp(refresh = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.