R/runExample.R

Defines functions runExample

Documented in runExample

#' Run shiny app for exploring correlations in GES data sets
#' @examples
#' runExample()
#' @export
runExample <- function() {
  appDir <- paste0(find.package("analyzeGES"), "/shiny-examples/shiny_app")
  shiny::runApp(appDir, display.mode = "normal")
}
PatrickCoyle/analyzeGES2 documentation built on May 17, 2019, 12:49 p.m.