#' Sample data used in examples
#'
#' A dataset with 500 observations and 6 variables: 4 numerics and 2
#' categoricals, to test functions and produce examples.
#'
#' @format A data frame with 500 rows and 6 variables:
#' \describe{
#' \item{var1}{numeric variable}
#' \item{var2}{numeric variable}
#' \item{var3}{numeric variable}
#' \item{var4}{numeric variable}
#' \item{var5}{categorical variable}
#' \item{year}{categorical variable}
#' }
"sample_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.