Replies: 4 comments 3 replies
-
There is no equivalent, because Quarto is a command line interface not an R package contrary to knitr/rmarkdown. Did you read/go through the documentation, especially the starting guides? project:
output-dir: directory Or to change the filename, there is Also, the extension for Quarto documents is "qmd" not "rmd", even if it matters little compared to using the proper option inside such as |
Beta Was this translation helpful? Give feedback.
-
thanks for the response. My main issue is the renaming of the output file different from the original input file. |
Beta Was this translation helpful? Give feedback.
-
ok. i see now. the options in the cli are mimicked in the yml header.
thanks for the help |
Beta Was this translation helpful? Give feedback.
-
actually the cli help shows a different input, which threw me off in the first place. there is no
and in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
what is the equivalent in the yaml in quarto for what
knit:
does in rmarkdowneg
if my rmd is a template and it is called index.rmd and i want to output it to another directory in the tree structure under another name.
qmd ignores the knit param
Beta Was this translation helpful? Give feedback.
All reactions