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

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

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# `templar`

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/templar)](https://CRAN.R-project.org/package=templar)
![R-CMD-check](https://github.com/kbodwin/templar/workflows/R-CMD-check/badge.svg)

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")
```