knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.