Replies: 1 comment
-
There's no fully-automatic way to do this in Quarto, but |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
For better structuring I refactored a larger report using multiple
{{< include ... >}}
blocks.However, now I am unable to actually debug the document, because there is no apparent way to run code chunks inside the included blocks from the main document (I use Rstudio).
As a workaround, I tried to figure out if there is a way to "assemble" all includes, creating a "full" quarto document. Then, I would be able to step through the chunks again. I assume the shortcode is doing this under the hood, but I can't find anything exposing this functionality to me.
Am I doing this wrong?
Beta Was this translation helpful? Give feedback.
All reactions