R/runEZRApp.R

Defines functions runEZRApp

Documented in runEZRApp

setGeneric("runEZRApp", function(obj, ...) {
    standardGeneric("runEZRApp")
})

#' runEZRApp
#' 
#' Run the EZRecords app demo
#' 
#' @rdname runEZRApp
#' 
#' @export
runEZRApp <- function() {
    shiny::runApp(system.file("application", package="EZRecords"))
}
Samantha-Lui/EZRecords documentation built on May 5, 2019, 4:46 p.m.