R/launch_shiny.R

Defines functions launch_shiny

Documented in launch_shiny

# launch shiny app

launch_shiny <- function(shiny_app) {
  appDir <- system.file("shiny", shiny_app, package = "qlcData")
  shiny::runApp(appDir, display.mode = "normal")
}

Try the qlcData package in your browser

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

qlcData documentation built on May 2, 2019, 8:29 a.m.