R/run_app.R

#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
  shiny::runApp(system.file("app", package = "apptest"))
}
ColinFay/apptest documentation built on May 9, 2019, 2:32 p.m.