R/runEcoGEx.R

Defines functions runEcoGEx

Documented in runEcoGEx

#' Running EcoGEx locally
#'
#' This function will run the EcoGEx shiny app locally
#' @return EcoGEx shinny app
#'
#' @export
runEcoGEx <- function() {

 appDir <- system.file("app", package = "EcoGEx")

  shiny::runApp(appDir, display.mode = "normal")
}
sk-sahu/EcoGEx documentation built on March 10, 2020, 4:52 p.m.