If you create some new plots and then rerun create_figures_doc() (also applies to tables) it appends the automated chunks to your existing file, which in many cases might duplicate chunks, creating errors. The function appropriately warns about these issues.
However, it would be nice to be able to provide, say, a single rda file name and have a function print out a chunk of text into the console that you can copy and paste into your figures qmd child document.
While this is not proposing a fully reproducible workflow, I think the github commit history can provide that, and it would be amazing to be able to just copy and paste ready-to-got chunk text instead of copying and pasting existing chunks and editing them.
Maybe this issue belongs in {asar}!
If you create some new plots and then rerun
create_figures_doc()(also applies to tables) it appends the automated chunks to your existing file, which in many cases might duplicate chunks, creating errors. The function appropriately warns about these issues.However, it would be nice to be able to provide, say, a single rda file name and have a function print out a chunk of text into the console that you can copy and paste into your figures qmd child document.
While this is not proposing a fully reproducible workflow, I think the github commit history can provide that, and it would be amazing to be able to just copy and paste ready-to-got chunk text instead of copying and pasting existing chunks and editing them.
Maybe this issue belongs in {asar}!