#' Help Document the Variables List of Data Set for Package Development
#'
#' @param df a data frame
#'
#' @export document_dt
#'
#' @examples
#' data(ProvinceCity)
#' document_dt(ProvinceCity)
#'
#'
document_dt <- function(df){
cat(paste0("#' \\item{",names(df),"}{ }"), sep="\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.