Access Quarto params from R notebook #14153
-
DescriptionHi, in my The problem is that I can not find a way to access this variable from my If I understand it correctly, I tried many other functions from the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
That's not how Jupyter/Knitr works.
The parameter feature is single-document and document-level only, that's the limitation.
You could try using metadata instead of
params, viaQUARTO_EXECUTE_INFOenvironment variable can contains a path to a JSON with everything, see https://quarto.org/docs/advanced/quarto-execute-info.html