Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created June 24, 2020 22:37
Show Gist options
  • Save retorquere/6e2b5fa49b481189fb2668c28dd28fb0 to your computer and use it in GitHub Desktop.
Save retorquere/6e2b5fa49b481189fb2668c28dd28fb0 to your computer and use it in GitHub Desktop.
---
title: "plantuml test"
author: "Rainer M Krug"
date: "6/17/2020"
output: html_document
---
```{r setup, include=FALSE}
library(devtools)
devtools::install_github('rkrug/plantuml')
library(plantuml)
knitr::knit_engines$set(plantuml = plantuml::plantuml_knit_engine)
```
## R Markdown
```{plantuml tut}
@startuml
class Opleiding {
isat: string[10]
naam: string[100]
}
@enduml
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment