README.md

SCRCshinyApp

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)


soniamitchell/SCRCshinyApp documentation built on July 7, 2020, 5:36 a.m.