R/runapp.r

Defines functions run_exam1

Documented in run_exam1

#' shiny app
#'
#' @return a app
#' @export
#'
#' @examples
run_exam1 <- function() {
    shiny::runApp(appDir = system.file("shinyapps", package="nCov2019"))
}
huerqiang/game documentation built on May 19, 2020, 5:16 a.m.