Skip to contents

A shiny Module.

Usage

mod_launch_magellan_ui(id)

mod_launch_magellan_server(id)

mod_launch_magellan()

Arguments

id

A `character()` as the id of the Shiny module

Value

A shiny App

Examples

if (interactive()) {
    shiny::runApp(mod_launch_magellan())
}