R/runBART.R

#' 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 8, 2019, 5:49 p.m.