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")
}

Try the genBart package in your browser

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

genBart documentation built on May 2, 2019, 9:13 a.m.