Code
file.exists(getPlantumlOption("jar_name"))
Output
[1] FALSE
Code
plantuml_update(beta = TRUE, quiet = TRUE)
Code
file.exists(getPlantumlOption("jar_name"))
Output
[1] TRUE
Code
file.exists(getPlantumlOption("jar_name"))
Output
[1] TRUE
Code
plantuml_update(beta = FALSE, quiet = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.