I have used the YAML knit:
option with a custom function to knit R Markdown documents multiple ways using the method identified in R Markdown Cookbook Custom Knit
Is there an equivalent option to knit
that can be used for quarto documents and quarto_render()?
I have a function that works standalone but cannot get it to be called automatically based on the YAML.
Thanks for any ideas.