Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csoneson/quarto_webr_test


https://github.com/csoneson/quarto_webr_test

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## Quarto webR example

1. Install the webR quarto extension (from within a project):
```
quarto add coatless/quarto-webr
```
2. Open a Quarto document and add the following to the YAML header:
```
filters:
- webr
```
3. Create webR chunks by labeling them `{webr-r}` (rather than the usual `{r}`).
4. Render the document as usual.

### Resources
- [https://github.com/coatless/quarto-webr](https://github.com/coatless/quarto-webr)