Skip to contents

Starts an interactive Shiny dashboard for exploring micromort and microlife data.

Usage

launch_dashboard(...)

Arguments

...

Additional arguments passed to shiny::runApp()

Value

Invisible NULL. Runs the dashboard until closed.

Examples

if (FALSE) { # \dontrun{
launch_dashboard()
} # }