Ecosyste.ms: Awesome

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

https://github.com/gadenbuie/epoxy

Extra-strength glue engines for R Markdown and Quarto
https://github.com/gadenbuie/epoxy

glue knitr knitr-engine quarto r rmarkdown rmd shiny template

Last synced: 3 months ago
JSON representation

Extra-strength glue engines for R Markdown and Quarto

Lists

README

        

---
output: github_document
---

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

library(epoxy)
```


epoxy logo

{epoxy}


extra-strength glue for scripts, reports, and apps.

CRAN status
epoxy r-universe badge
R-CMD-check
Codecov test coverage

```{r child = "man/fragments/epoxy-lead.Rmd"}
```

## epoxy in R Markdown and Quarto documents

In [R Markdown](https://rmarkdown.rstudio.com) and
[Quarto](https://quarto.org) documents,
**epoxy** gives you an `epoxy` chunk where you can write in markdown,
blending prose and data using [glue]'s template syntax.

```{r child = "man/fragments/example-movie.Rmd"}
```

Learn more about `epoxy` chunks --
and its siblings `epoxy_html` and `epoxy_latex` --
in [Getting Started](https://pkg.garrickadenbuie.com/epoxy//articles/epoxy.html).
Or read more about epoxy's inline formatting in `?epoxy_transform_inline`.

## Installation

```{r child = "man/fragments/installation.Rmd"}
```

## Setup

```{r child = "man/fragments/setup.Rmd"}
```

## Use epoxy

```{r child = "man/fragments/first-example.Rmd"}
```

## Learn more

There's a whole lot more that epoxy can do!
Learn more:

- [epoxy Package Documentation](https://pkg.garrickadenbuie.com/epoxy/)

- [Getting Started](https://pkg.garrickadenbuie.com/epoxy//articles/epoxy.html)

- [Inline Reporting with epoxy](https://pkg.garrickadenbuie.com/epoxy//articles/inline-reporting.html)

## Code of Conduct

Please note that the epoxy project is released with a [Contributor Code of Conduct](http://pkg.garrickadenbuie.com/epoxy/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.