R/edapy.R

Defines functions edapy

Documented in edapy

#' edapy
#' edapy()
#' @export
edapy <- function() {

  requireNamespace("reticulate", quietly = TRUE)

  appDir <- system.file("shiny-apps", "EDAPY", package = "Statsomat")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing Statsomat.", call. = FALSE)
  }

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

Try the Statsomat package in your browser

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

Statsomat documentation built on Nov. 17, 2021, 5:17 p.m.