-
DescriptionIs it possible to use in-line chunks inside the caption of a figure (or table)? I know there is a way to do it using paste functions ( By the way, apparently the use of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Could you edit the title of your post with a meaningful one? Currently, it's the placeholder. Thank you! Regarding the question, see https://quarto.org/docs/computations/r.html#chunk-options. |
Beta Was this translation helpful? Give feedback.
Could you edit the title of your post with a meaningful one? Currently, it's the placeholder.
Could you also properly format your post using code blocks for code and terminal outputs?
If your code contains code blocks, you need to enclose it using more backticks, i.e., usually four
````
.Thank you!
Regarding the question, see https://quarto.org/docs/computations/r.html#chunk-options.
Not that this is not a Quarto feature, it's
knitr
, thus it won't work for other engines.