Replies: 2 comments 2 replies
-
Can you share full example with the parent doc using the child please ? This will give us context on how you are inserting Thank you ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure. Here you go!
|
Beta Was this translation helpful? Give feedback.
2 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
I am trying to create a dynamic report in quarto using knitr_knit_child.
This is my child.qmd. As you can see this helps me in generating figure caption and also figure cross references. What I am however not able to do is generate code chunk labels also within this set up so that fugures produced while knitting will have name of the code chunk as name of figure files instead of 'unnamed-chunk' something.
I know if we are using knit_text() and then use
cat
function to generate code chunk also this can be done. But is there a way to do in this set up?Beta Was this translation helpful? Give feedback.
All reactions