#' Demo data.
#'
#' A demo dataset consisting of names of some of the data hunters.
#'
#'
#' @format A data frame with 8 rows and 2 variables.
#' \describe{
#' \item{first_name}{The given name of the data hunter.}
#' \item{last_name}{The family name of the data hunter.}
#' }
#'
#' @source N.Paterno
#'
#' @examples
#' unique(demo_data$last_name)
#'
"demo_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.