R/ipsum-pdf.R

Defines functions ipsum_pdf

Documented in ipsum_pdf

#' ipsum 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
ipsum_pdf <- function(...) {
  rmarkdown::pdf_document(...)
}

Try the hrbrthemes package in your browser

Any scripts or data that you put into this service are public.

hrbrthemes documentation built on March 26, 2020, 5:25 p.m.