-
Hi Everyone, We have a few reports that we generate programmatically with R Markdown. I'm finding Quarto to be particularly useful for that and considering migrating to quarto for the next upgrade to our pipeline. However, One thing that I have implemented is parametrized child documents that are add chunks to the main document. Is there any plan for quarto to implement or add a functionality like that? Something like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Quarto with knitr engine should (at least that is the case for now in my experience) behave as RMarkdown. |
Beta Was this translation helpful? Give feedback.
-
Can you share more on this ? What do you do exactly ? how does your implementation works ? Can you share some repo example ? |
Beta Was this translation helpful? Give feedback.
Quarto with knitr engine should (at least that is the case for now in my experience) behave as RMarkdown.
Also, there is a shortcode to include Quarto document (see https://quarto.org/docs/authoring/includes.html).