I have a #quarto website that from time to time I add a new (parameterized) report. What is the best way to:
a) generate the new qmd or document
b) render the website
I don't think we can just generate the qmd because it depends on some data passed as parameter + calculations ( #rStats ) + formatting. But generating the report and moving it to the site also loses some info (headers and relative links).
Anything that I have overlooked?