GraphViz as figure when generated by R code #5949
Answered
by
mcanouil
mike-lawrence
asked this question in
Q&A
-
DescriptionI've seen the docs on hand-expressed Graphviz diagrams, but my diagrams will all be auto-generated by R code via the DiagrammeR package and I can't seem to work out how to have them render in my quarto document. This works in Rstudio, showing the diagram in the Viewer pane, but doesn't render to the html document:
This adds the dot code to the document, but doesn't render
|
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jun 17, 2023
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error about
add_html_caption()
has been fixed in Quarto 1.3 (it's related to knitr 1.43).Which version are you using?