-
DescriptionI have set a secret variable in However, I can't find a way to use the environment written here in my Quarto notebook. For example, here's my code chunk, where
It should be recognized by Quarto and the R chunk, but it's not, the output is:
The docs written here doesn't explain a way to use the environment either, only how to set it. So how do I really use it? Using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Could you share a small reproducible example of your setup? Do you have a
|
Beta Was this translation helpful? Give feedback.
-
The simple Sys.getenv(...) in a r chunk (and with an ojs_define it us very useful !). I thought it could be efficient to document it in https://quarto.org/docs/projects/environment.html |
Beta Was this translation helpful? Give feedback.
Unfortunately your examples are not reproducible.
Below a screenshot of a simple setup following the documentation: