R/run_app.R

Defines functions run_app

Documented in run_app

#' Run the Shiny Application
#'
#' @param ...
#' @inheritParams shiny::shinyApp
#'
#' @return NULL
#' @export
#' @examples
run_app <- function(...) {
  shiny::shinyAppFile(system.file("app", "app.R", package = "EasyIVD"))
}
kaigu1990/EasyIVD documentation built on Dec. 21, 2021, 5:15 a.m.