R/launch.R

Defines functions launch

Documented in launch

#' Launch the shiny app shinydistributions.
#'
#' @export launch
#'
#' @return A shiny application object.
#'
#' @example \dontrun {launch()}

launch <- function() {
  shiny::runApp(appDir = system.file("app", package = "shinydistributions"))
}
LarsGerdes/shinydistributions documentation built on Nov. 15, 2020, 5:07 a.m.