-
Using RStudio, I am trying to pass a parameter to my quarto script and run from a separate script and/or from command line. This worked well in rmarkown using the render and params argument, but argument is not found by the quarto script. I get the following error message:
My approach is:
Based on the quarto documentation, it appears I need to place the params argument in the YAML, which I tried (although this seemed to be more geared toward Jupyter). I also tried running the quarto file from command line and passing the parameter that way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The issue seems to be in your quarto document rather than the way you are using parameters. You can try the following small example:
|
Beta Was this translation helpful? Give feedback.
The issue seems to be in your quarto document rather than the way you are using parameters.
You can try the following small example:
qmd
:r
: