Replies: 3 comments 10 replies
-
Can you say a little more about what you're expecting? Figures should be placed into a folder associated with the document (e.g. an |
Beta Was this translation helpful? Give feedback.
-
You can use knitr:
opts_chunk:
fig.path: directory/to/store/figures/prefix- If you don't want a prefix for your files, be sure to end the knitr:
opts_chunk:
fig.path: directory/to/store/figures/ |
Beta Was this translation helpful? Give feedback.
-
Thanks, let me try. I have tried your earlier solution and like like you said
has worked for for the simplest of R plots and a simple qmd file after my test. It doesnt seem to work though with saving mapview/leaflet figures and DiagrammeR objects. |
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.
-
How do i make my quarto document save the figures generated in the chunks to a folder?
Blow is my current yaml for a book project but it is not working. I also need a solution for a simle quarto document.
Beta Was this translation helpful? Give feedback.
All reactions