-
I am making a powerpoint presentation in quarto with R. I have a list of n images, and I have a list of n strings that describe the images. I would like each image to be on a new slide, accompanied by its description. How can I write code to dynamcially generate the slides? It's similar to this (which I cannot get to work with quarto): https://stackoverflow.com/questions/11956520/r-knitr-markdown-output-plots-within-for-loop, and this (but not python): #954 Thanks! Here's an example of what I'm working with (note I had to add a comment to the trailing backticks on theh code blocks to escape the formatting).
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
I believe this answer regarding gt tables created dynamically can help understand how you could do that with knitr. This is linking to resources already working in R Markdown ecosystem.
#2370 (comment)
Without your example, I would do that