R/rmdTemplates.R

#' A collection of Rmarkdown templates. Include helpful defaults for
#' knitr options, as well as support for citations and different bibliography styles.
#' 
#' After installing the package, click on `create new Rmarkdown document` in Rstudio
#' to have access to the templates. 
#' See \url{http://rmarkdown.rstudio.com/developer_document_templates.html} for 
#' more information.
#' 
#'
#' @docType package
#' @name rmdTemplates
#' @title A collection of Rmarkdown templates
#' @import knitr
#' @import knitcitations
#' @import rmarkdown
#' @importFrom base64enc dataURI
#' @author F. Rodriguez-Sanchez \email{f.rodriguez.sanc@@gmail.com}
#' @keywords package
#'
NULL
Pakillo/rmdTemplates documentation built on Sept. 16, 2022, 3:04 p.m.