R/GUI.R

Defines functions GUI

Documented in GUI

GUI <- function() {
  appDir <- system.file("shiny", "gpApp", package = "gazepath")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `gazepath`.", call. = FALSE)
  }
  
  shiny::runApp(appDir, launch.browser = TRUE)
}

Try the gazepath package in your browser

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

gazepath documentation built on Feb. 9, 2020, 5:07 p.m.