Interactive visualization tool for nosocomial outbreaks
To launch the app run the following code:
# If necessary:
# install.packages("remotes")
remotes::install_github("ku-awdc/EpiLinx")
EpiLinx::launch_app()
Or:
install.packages("EpiLinx",
repos=c("https://ku-awdc.r-universe.dev/", "https://cran.rstudio.com/"))
EpiLinx::launch_app()