R/testApp.R

Defines functions testApp

Documented in testApp

#' 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"))
}
x265zhan/PWS documentation built on May 4, 2019, 1:05 p.m.