Output format options (e.g., html or pdf) in tar_quarto
#102
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we have multiple format options in a qmd file as following, how can we choose a format using tar_quarto?
tar_render accepts an argument for output_format (e.g., tar_render(…, output_format = “word_document”) but tar_quarto doesn't seem to accept that kind of arguments. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions