Nothing
#' 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")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.