R/testApp.R

#' Run the test shiny app
#' @description Runs a shiny app for a graphical user interface example
#' @export
#' @importFrom shiny runApp
testApp <- function() {
  shiny::runApp(system.file("shinyApp", package = "PWS"))
}
mengyigao/PWS documentation built on May 22, 2019, 6:50 p.m.