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, Quarto, and Shiny
https://github.com/gadenbuie/epoxy
glue knitr knitr-engine quarto r rmarkdown rmd shiny template
Last synced: 8 days ago
JSON representation
Extra-strength glue engines for R Markdown, Quarto, and Shiny
- Host: GitHub
- URL: https://github.com/gadenbuie/epoxy
- Owner: gadenbuie
- License: other
- Created: 2020-04-29T04:00:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T12:36:59.000Z (7 months ago)
- Last Synced: 2024-10-14T22:29:46.010Z (20 days ago)
- Topics: glue, knitr, knitr-engine, quarto, r, rmarkdown, rmd, shiny, template
- Language: R
- Homepage: https://pkg.garrickadenbuie.com/epoxy/
- Size: 14.2 MB
- Stars: 212
- Watchers: 4
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-R-packages - Github
- jimsghstars - gadenbuie/epoxy - Extra-strength glue engines for R Markdown, Quarto, and Shiny (R)
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}extra-strength glue for scripts, reports, and apps.
```{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.