#' hi - a simple R object
#'
#' Save R objects with save and access their documentation with the help
#' commend. For a good example see, help("ozone",package="plyr"). Note that
#' ending the Roxygen2 formatted chunk with NULL is required!
#'
#' @docType data
#' @name hi
#' @usage hi
#' @format an R \cite{"character"}
#' @keywords datasets
#' @references \url{https://github.com/hadley/plyr/blob/master/R/data.r}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.