runExample function

Run Shiny App demonstrating the package

Run Shiny App demonstrating the package

runExample(...)

Arguments

  • ...: passed to shiny::runApp(), e.g. port, launch.browser

Examples

if (interactive() && requireNamespace("shiny", quietly = TRUE)) { bpbounds::runExample() }