R/run_sdmbench.r

Defines functions run_sdmbench

Documented in run_sdmbench

#' Start sdmbench GUI in a browser window.
#'
#' This interface can be used to use the complete package functionality without
#' writing code.
#'
#' @return A shiny app object
#' @examples
#' \dontrun{
#' run_sdmbench()
#' }
#' @export
run_sdmbench <- function() {
    app_path <- system.file("shiny", package = "sdmbench")
    return(shiny::runApp(app_path, launch.browser = TRUE))
}
boyanangelov/sdmbench documentation built on Dec. 14, 2020, 1:08 a.m.