Accessing _quarto.yml
metadata from R
#10886
Answered
by
cscheid
arnaudgallou
asked this question in
Q&A
-
DescriptionIs it possible to access metadata contained in a E.g. considering the following project:
type: manuscript
manuscript:
article: index.qmd
title: test And ---
bibliography: refs.bib
---
```{r}
rmarkdown::metadata
``` Rendering $bibliography
[1] "refs.bib" |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Sep 25, 2024
Replies: 1 comment
-
Unfortunately it's not available yet. It's on our radar but we haven't found a design we're sufficiently happy with yet (the main constraint is that it needs to work across different engines.) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arnaudgallou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately it's not available yet. It's on our radar but we haven't found a design we're sufficiently happy with yet (the main constraint is that it needs to work across different engines.)