R/open_LRErdd_framework.r

Defines functions open_LRErdd_framework

Documented in open_LRErdd_framework

#' Example of LRErdd in shiny version
#'
#' @export

open_LRErdd_framework <- function() {
    appDir <- system.file("shiny-examples", "LRErdd", package = "LRErdd")
    if (appDir == "") {
        stop("Could not find example directory. Try re-installing `mypackage`.", call. = FALSE)
    }
    
    shiny::runApp(appDir, display.mode = "normal")
}
itamuria/LRErdd documentation built on May 6, 2019, 8:03 p.m.