#' premium R markdown template for PDF output
#'
#' Template for creating an R markdown documents with an emphasis on typography
#'
#' @param ... Arguments to \code{rmarkdown::pdf_document}
#'
#' @return R Markdown output format to pass to \code{\link[rmarkdown:render]{render}}
#'
#' @export
premium_pdf <- function(...) {
rmarkdown::pdf_document(...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.