Nothing
#' Include the Javascript Used in Shiny
#'
#' intermediate function used to include necessary javascript
#' to visualize tree structures and estimated treatment effect
#' in shiny
#'
#' @param \dots There is no required arguments in this function. But user
#' could manipulate to include different css files.
#' @returns No return value. It is used to pass the Javascript to Shiny.
bundScript <- function(...) {
includeScript(system.file("js/bundle.js", package = "htetree"))
}
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.