R/run_app.R

#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
  options(shiny.reactlog = TRUE)
  shiny::runApp(system.file("app", package = "tableOne"))
}
jixing475/tableOne documentation built on June 17, 2019, 1:05 a.m.