https://github.com/r-for-educators/templar
Template and autogeneration for common documents
https://github.com/r-for-educators/templar
Last synced: 5 months ago
JSON representation
Template and autogeneration for common documents
- Host: GitHub
- URL: https://github.com/r-for-educators/templar
- Owner: r-for-educators
- License: gpl-3.0
- Created: 2020-02-18T23:48:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T14:29:28.000Z (about 2 years ago)
- Last Synced: 2025-04-26T07:38:32.155Z (5 months ago)
- Language: HTML
- Size: 1.18 MB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - r-for-educators/templar - Template and autogeneration for common documents (HTML)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# `templar`
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://CRAN.R-project.org/package=templar)
The goal of templar is to act as an engine of templating and autogeneration for common documents with RMarkdown.
## Installation
You can install `templar` from [GitHub](https://github.com/kbodwin/templar) with:
``` r
remotes::install_github("kbodwin/templar")
```For dev
``` r
remotes::install_github("kbodwin/templar@ian_refactor")
```