knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

user2016docdemo

This is a series of R Markdown document-format functions used to show how you can put together your own custom format.

All of the custom formatting functions rely on rmarkdown::html_document(). The help documentation for the functions here are extracted from the html_document() documentation.

This works with the development

I would be shocked if this was ever submitted to CRAN. However, you may install from github:

# install.packages("devtools")
devtools::install_github("ijlyttle/user2016docdemo")


ijlyttle/user2016docdemo documentation built on May 18, 2019, 3:42 a.m.