R/run_bdclean.R

#' Launch bdclean Shiny Application
#'
#' @import shinydashboard shinyjs leaflet data.table rgbif spocc finch bdDwC bdchecks tools
#' @importFrom shiny runApp
#' 
#' @examples
#' 
#' if(interactive()){
#' 
#' run_bdclean()
#' 
#' } 
#'
#' @export
run_bdclean <- function() {
    app_path <- system.file("shiny/bdclean", package = "bdclean")
    return(shiny::runApp(app_path, launch.browser = TRUE))
}

Try the bdclean package in your browser

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

bdclean documentation built on May 1, 2019, 10:54 p.m.