R/shinyInfl.R

Defines functions shinyInfl

Documented in shinyInfl

shinyInfl <- function() {
  appDir <- system.file("reverseR", package = "reverseR")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `reverseR`.", call. = FALSE)
  }
  shiny::runApp(appDir, display.mode = "normal")
}

Try the reverseR package in your browser

Any scripts or data that you put into this service are public.

reverseR documentation built on May 2, 2019, 10:59 a.m.