R/serio.app.R

Defines functions serio_app

Documented in serio_app

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

Try the SPARTAAS package in your browser

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

SPARTAAS documentation built on June 27, 2024, 5:06 p.m.