Currently, the default folder to store rendered products is output-dir: ../../output.
This is however not very handy if you have or will create multiple different outputs in your R project since the output of html creates multiple files.
Consider a report project flandersqmd::create_report(".", "my_report"), a better default in _quarto.yml would probably be:
output-dir: ../../output/my_report
Currently, the default folder to store rendered products is
output-dir: ../../output.This is however not very handy if you have or will create multiple different outputs in your R project since the output of html creates multiple files.
Consider a report project
flandersqmd::create_report(".", "my_report"), a better default in_quarto.ymlwould probably be:output-dir: ../../output/my_report