mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 09:32:10 +01:00
24 lines
369 B
Markdown
24 lines
369 B
Markdown
# Wrapper to save data in RDS, load into specified qmd and render
|
|
|
|
Wrapper to save data in RDS, load into specified qmd and render
|
|
|
|
## Usage
|
|
|
|
``` r
|
|
write_quarto(data, ...)
|
|
```
|
|
|
|
## Arguments
|
|
|
|
- data:
|
|
|
|
list to pass to qmd
|
|
|
|
- ...:
|
|
|
|
Passed to
|
|
[`quarto::quarto_render()`](https://quarto-dev.github.io/quarto-r/reference/quarto_render.html)
|
|
|
|
## Value
|
|
|
|
output file name
|