R/run_app.R

Defines functions run_app

Documented in run_app

run_app <-
function(app=c("bsimsH", "bsimsHER", "distfunH", "distfunHER")) {
  shiny::runApp(
    system.file(paste0("shiny/", match.arg(app), ".R"), package="bSims"),
    display.mode = "normal")
}

Try the bSims package in your browser

Any scripts or data that you put into this service are public.

bSims documentation built on Oct. 7, 2021, 9:13 a.m.