Opinionated, typographic-centric ggplot2 themes and theme components
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
352 B

#' 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(...)
}