R/runBART.R

Defines functions runBart

Documented in runBart

#' Run BART Shiny App
#'
#' This function runs the BART shiny app 
#' @examples
#' ## Only run this example in interactive R sessions
#' if (interactive()) {
#'   runBart()
#' }
#' @import ggplot2
#' @export
runBart <- function() {
  shiny::runGitHub("BART", "jcardenas14")
}
jcardenas14/genBart documentation built on May 18, 2019, 8:12 p.m.