R/runDwC.R

#' Launch bdDwC Shiny Application
#'
#' `bdDwC` is a function that starts bdverse Darwin Cloud cleaning `shiny` app.
#' 
#' @return `shiny::runApp()` result within browser.
#' 
#' @import shinydashboard
#' @import shiny
#' @import shinyBS
#' @import shinyFiles
#' @importFrom shinyjs addCssClass disable disabled enable useShinyjs removeCssClass
#' 
#' @export
#' 
runDwC <- function() {
    pathApp <- system.file("shiny", package = "bdDwC")
    return(shiny::runApp(pathApp, launch.browser = TRUE))
}

Try the bdDwC package in your browser

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

bdDwC documentation built on May 2, 2019, 11:11 a.m.