Replies: 3 comments 1 reply
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Where do you see it's not possible? Note that your request is about computations which is not really the role of Quarto. Changing this to Q&A as there are various discussions including on this GitHub repository on how to do this.
|
Beta Was this translation helpful? Give feedback.
-
Many thanks, @mcanouil, for your kind help — your suggestions and the links you provided were especially informative. Your example works well in simple cases, including both your example and my minimal working example. However, in more complex documents — particularly when output is generated within functions — the use of child documents can interfere with the expected ordering of output. Unfortunately, even using If I may ask, why you think this behavior falls outside the scope of Quarto? I’m asking because the warning appears before the first |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Environment
Currently, Quarto does not support dynamic table captions generated inside loops in R chunks when rendering to PDF. This limits the ability to create programmatic or parameterized reports with tables generated in iterative structures.
Minimal Working Example
This results in the following warning:
Desired Behavior
kableExtra::kbl())
.Use Case
This functionality would be helpful when programmatically generating multiple tables (e.g., by ID, group, or time point) in scientific and analytical reports, where captions must reflect the loop context.
Related
Beta Was this translation helpful? Give feedback.
All reactions