https://github.com/danwwilson/templatermd
Templates for markdown documents to us for The Data Collective
https://github.com/danwwilson/templatermd
Last synced: 3 months ago
JSON representation
Templates for markdown documents to us for The Data Collective
- Host: GitHub
- URL: https://github.com/danwwilson/templatermd
- Owner: danwwilson
- License: other
- Created: 2017-11-01T04:37:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T02:59:46.000Z (about 6 years ago)
- Last Synced: 2024-08-13T07:11:33.008Z (6 months ago)
- Language: R
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - danwwilson/templatermd - Templates for markdown documents to us for The Data Collective (R)
README
# `templatermd`: Branded themse for The Data Collective
This package is a simple set of `rmarkdown` templates for usage by [The Data Collective](thedatacollective.com.au) for branded document creation.
It contains the following templates:
- `tdc_pdf`: A simple PDF template that includes a branded coverpage
## Installation```{r}
devtools::install_github("thedatacollective/templatermd")
```## Usage
Once installed you should be able to choose the theme `tdc_pdf` when creating a new `rmarkdown` document in RStudio.