What would you like to do?
Report an issue on quarto.org
Description
From https://quarto.org/docs/authoring/includes.html.
Note that you can’t use the include shortcode within a computational code block itself - as the example above shows, the executable code block needs to be inside the included document.
This is no longer true.
| Input | code.R | Output |
---
title: "Quarto Playground"
format: html
---
```{r}
{{< include code.R >}}
```
|
|
|