Nothing
#' tree_data_example
#'
#' Small example of tree data, like that obtained when using `extractTreeData()` function.
#'
#' @format A data frame with 14 rows and 4 columns representing the structure of trees:
#' \describe{
#' \item{var}{Variable name used for splitting.}
#' \item{value}{The value in a node (i.e., either the split value or leaf value).}
#' \item{iteration}{Iteration Number.}
#' \item{treeNum}{Tree Number in the iteration.}
#' ...
#' }
"tree_data_example"
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.