Skip to contents

lit_sim(), model_lib(), and pm_plot() launch specific packaged apps from inst/apps.

Usage

lit_sim(launch.browser = TRUE)

pm_plot(launch.browser = TRUE)

apps(launch.browser = TRUE)

Arguments

launch.browser

Logical. Should the app launch in a browser?

Value

Invisibly returns the value from shiny::runApp() for launcher functions. apps() returns invisibly NULL on cancel/invalid input.

Details

apps() shows an interactive numbered menu (via cli) and launches the selected app using readline() input.