R/go.r

Defines functions go

Documented in go

#' Run the Shiny app from the console
#' 
#' @aliases go()
#' @param ... options passed down to \code{runApp}
#' @export
go <- function(...){
    runApp(appDir = file.path(path.package(package = "RRR"), "3R"), ...)
}
stefvanbuuren/RRR documentation built on Sept. 8, 2020, 12:11 a.m.