Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csoneson/quarto_webr_test
https://github.com/csoneson/quarto_webr_test
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/csoneson/quarto_webr_test
- Owner: csoneson
- Created: 2024-01-06T16:26:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T16:52:57.000Z (about 1 year ago)
- Last Synced: 2024-12-18T11:47:10.309Z (21 days ago)
- Language: HTML
- Homepage: https://csoneson.github.io/quarto_webr_test/quarto_webr_test.html
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)