R/run_bdclean.R

Defines functions bdclean_app

Documented in bdclean_app

#' Launch bdclean Shiny Application
#'
#' @import shinydashboard shinyjs bdDwC bdchecks tools
#' @importFrom shiny runApp
#' 
#' @examples
#' 
#' if(interactive()){
#' 
#' bdclean_app()
#' 
#' } 
#'
#' @export
bdclean_app <- function() {
    app_path <- system.file("shiny/bdclean", package = "bdclean")
    return(shiny::runApp(app_path, launch.browser = TRUE))
}
bd-R/bdclean documentation built on Oct. 7, 2021, 1:48 a.m.