Replies: 3 comments 2 replies
-
Graphviz does not support variable substitution. Note: this is not related to Quarto/Pandoc/Rmarkdown. |
Beta Was this translation helpful? Give feedback.
-
For reference, here is the doc for this DiagrammeR specific feature: Using R and this package seems the way to go to have this feature available within Quarto. |
Beta Was this translation helpful? Give feedback.
-
Variable substitution, including whole data frames, is done with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Using DiagrammR, I can do variable substitution with
glue
or the@@1
syntax. I have not found a valid syntax to do this with an explicitdot
chunk.Beta Was this translation helpful? Give feedback.
All reactions