R マークダウン ファイルがあります。
---
title: "Untitled"
author: "Me"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## R Markdown
This is an R Markdown document.
DiagrammeR/マーメイド チャートと同様に:
graph LR
A-->B
Rマークダウンにチャートを追加するにはどうすればよいですか?