View source: R/plantuml_knit_engine_register.R
plantuml_knit_engine_register | R Documentation |
plantuml_knit_engine()
with knitrThis is a simple helper function, which registers the plantuml knit engine with knitr.
As a result, code chunks of type plantuml
can be evaluated.
plantuml_knit_engine_register()
the result of knitr::knit_engines$set(plantuml = plantuml::plantuml_knit_engine)
## Not run:
# in the setup chunk in a RMarkdown document, add
plantuml_knit_engine_register()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.