I made a flowchart with R which I included in my R Markdown file.
How it looks like right now:
The code:
```{r flowchart-data, echo = FALSE,
I struggled a lot with this as well, but for html-output. There is an argument to the r chunk that solved the problem for me:
out.extra='style="float:right; padding:10px"'