runExample: Run Shiny App demonstrating the package

View source: R/runExample.R

runExampleR Documentation

Run Shiny App demonstrating the package

Description

Run Shiny App demonstrating the package

Usage

runExample(...)

Arguments

...

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

Examples

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

bpbounds documentation built on May 4, 2023, 1:08 a.m.