How to apply 'template' YAML to new Quarto documents? #4413
Unanswered
daranzolin
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Using starter template is probably the official quarto way for such usage. Hope this helps |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an RStudio project template that creates a Quarto document using
system('quarto create-project {report_dir}')
. I then want to overwrite the YAML header with my preferred defaults. How do I do this? Create a quarto template? Use the ymlthis package?Beta Was this translation helpful? Give feedback.
All reactions