How do i embed a metadata value into the name of a figure i display? #12152
Unanswered
stefaniecg
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I would suggest to go through the documentation and use the search engine. it's not perfect but there is no way around reading a tool documentation to learn how it works. There is also a lot of related discussions which contains the solution of hints towards one. See https://quarto.org/docs/authoring/variables.html#meta. Also, please try to make reproducible example as outlined in the template when opening a new discussion, it helps understand what is your "meta" thing from your example.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a metadata which i can write as i call my quarto script from the comand line, called
fname
.I want to use this metadata value to display an image:
How can i do this in quarto?
Any help is highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions