#' @title Sample data set for testing functions
#'
#' @description A simple \code{data frame} that is for simple testing and runing exmaples.
#'
#' @format A \code{data frame} with 3 columns, which are:
#' \describe{
#' \item{x1}{Normal random variable}
#' \item{x2}{Normal random variable with mean 4 and variance 2}
#' \item{cls}{Categorical variable with 5 groups}
#' \item{y}{Outcome that is created using x1 and \code{x2}}
#' }
"temp_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.