This is the Github repo for the TransportHealth Shiny app. It is developed and maintained by Core Clinical Sciences
To run the app from the R
project in this repo, you need the following packages:
shiny
shinydashboard
TransportHealth
quarto
flextable
DT
devtools
All packages except TransportHealth
can be downloaded from CRAN. To install TransportHealth
, run the following code in the console:
devtools::install_github("CoreClinicalSciences/TransportHealth")