-
I've built a report in Quarto with the following parameters:
When I last ran this report (Dec 2021) there was no problem. Now I'm receiving an error:
What is the right approach now to define both an output filename and an output directory for the report to be created in? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes there was a changed in v1.2 due to this issue: #2266 To control output directory for your rendering, you could leverage Quarto projects which have a |
Beta Was this translation helpful? Give feedback.
-
Is it possible to have different output dirs for each file of the project as we cannot specify it in |
Beta Was this translation helpful? Give feedback.
Yes there was a changed in v1.2 due to this issue: #2266
output-file
needs to be a file nameTo control output directory for your rendering, you could leverage Quarto projects which have a
output-dir
configuration. (https://quarto.org/docs/reference/projects/core.html).