Replies: 1 comment 5 replies
-
You mean like? format:
html:
output-file: my-filename.html See https://quarto.org/docs/reference/formats/html.html#rendering. You cannot do the knitr thing because that is knitr and here you are using Quarto. |
Beta Was this translation helpful? Give feedback.
5 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.
-
Description
QUARTO can customize the output filename using quarto_render function. But it would be better to do it in the YAML.
With R Markdown is possible to customize the output filename:
Beta Was this translation helpful? Give feedback.
All reactions