R/squidApp.R

Defines functions squidApp

Documented in squidApp

#' @export
#' 
squidApp <- function(...) {
  
  appDir <- system.file("shiny-squid", package = "squid")
  
  if (appDir == "") stop("Could not find squid application directory. Try re-installing `squid` package.", call. = FALSE)
  
  shiny::runApp(appDir=appDir, ...)
}

Try the squid package in your browser

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

squid documentation built on Jan. 22, 2022, 1:06 a.m.