#' reports: Assists in the workflow of writing academic articles and other reports
#'
#' reports is a package that assists in writing reports and presentations by providing a frame work that brings together existing R, LaTeX/.docx and Pandoc tools. The package is designed to be used with RStudio, MiKTex/Tex Live/LibreOffice, knitr, knitcitations, Pandoc and pander. The user will want to download these free programs to maximize the effectiveness of the reports package.
#' @docType package
#' @name reports
#' @aliases reports package-reports
NULL
#' themes
#'
#' a vector of available Beamer themes
#'
#' @details \href{http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html}{http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html}
#'
#' @docType data
#' @keywords datasets
#' @name themes
#' @usage data(themes)
#' @format A character vector with 28 elements
#' @references \url{http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.htm}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.