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
- Host: GitHub
- URL: https://github.com/ijlyttle/user2016docdemo
- Owner: ijlyttle
- License: other
- Created: 2016-06-26T15:56:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T12:54:51.000Z (almost 10 years ago)
- Last Synced: 2026-03-31T16:48:12.451Z (3 months ago)
- Language: CSS
- Size: 1.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```