Creates and returns a Shiny application for exploring antimicrobial resistance data and machine learning model results.

launchAMRDashboard()

Value

A Shiny application object

Examples

if (interactive()) {
  app <- launchAMRDashboard()
  shiny::runApp(app)
}