R/Patro.R

Defines functions Patro

#' @export
Patro <- function() {
  appDir <- system.file("AppPatro", "myapp", package = "RecodPatro")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `RecodPatro`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
Grisoudre/RecodPatro documentation built on Nov. 21, 2019, 12:23 a.m.