R/runGradientApp.R

Defines functions runGradientApp

Documented in runGradientApp

#' Title
#'
#' @return
#' @export
#'
#' @examples
runGradientApp <- function() {

  appDir <- system.file("shiny-examples", "gradientApp", package = "illustrator")

  if (appDir == "") {
    stop("Could not find gradientApp directory. Try re-installing `illustrator`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")

}
vonthein/illustrator documentation built on Nov. 7, 2019, 4:32 p.m.