I am working in a reproducible presentation in R where I've to show some numbers in the form of a flow chart. I tried some packages like DiagrammeR but they give error messages when I put in the R chunk.
My approach would be to make a custom plot (thus an image in the presentation) with the flowchart in it. So build it from scratch. It might be a lot of work, but you can get the flowchart exactly how you want it to be.
I've used the diagram package (https://cran.r-project.org/web/packages/diagram/) in the past with success. Without knowing what your exact problem is, I suggest you have a look at this package...
Hi all, I ended up making a flowchart in R using diagrammer package and it turned out to be easier than I thought it to be. I'd like to describe the procedure in short:
1. First prepare data that you want to enter in the boxes in flowchart, for example (can use paste command in R): data[2,1]