Quarto equivalent to rmarkdown::metadata
?
#13371
Answered
by
mcanouil
bastienchassagnol
asked this question in
Q&A
-
DescriptionIs there an equivalent in Quarto to function If not, what would be the closest way to reproduce this behaviour, when calling quarto interactively, in a R script. And I'm not considering the Precisely, I want to retrieve the |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Sep 13, 2025
Replies: 1 comment 6 replies
-
In LUA, there is "Meta". In everything else, there is an environment variable that stores a JSON, for example using R: jsonlite::read_json(
Sys.getenv("QUARTO_EXECUTE_INFO")
) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does work.
You need the current stable release.