plantuml_URL | R Documentation |
Generate PlantUML Server URL
plantuml_URL(
plantuml = "@startuml\nBob -> Alice : hello\n@enduml",
server_url = getPlantumlOption("server_url"),
server_port = getPlantumlOption("server_port"),
type = "svg",
open_in_browser = FALSE
)
plantuml |
The plantuml code.
If |
server_url |
The base url of the server. Should end with a single |
server_port |
port on which the plantuml server is |
type |
the type of the returned figure. At the moment supported:
|
open_in_browser |
if TRUE, the result will be opened in the browser. |
complete url to retrieve the graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.