An open API service indexing awesome lists of open source software.

https://github.com/ijlyttle/user2016docdemo

Custom format for rmarkdown
https://github.com/ijlyttle/user2016docdemo

Last synced: 18 days ago
JSON representation

Custom format for rmarkdown

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, echo = FALSE}
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:

```{r eval=FALSE}
# install.packages("devtools")
devtools::install_github("ijlyttle/user2016docdemo")
```