powered by
Function makes flowchart in graphviz
mkflowchart(N, text.M, text.P, type = 1)
Character string, graphviz language
Population sizes
Text for exclusions, length one less than N
Text for main boxes, must be same length with N
flowchart type (1 or 2)
Jari Haukka jari.haukka@helsinki.fi
DiagrammeR::grViz(mkflowchart(N=c(743,32,20), text.M=c("Excluded","Excluded \n other with reasons"), text.P=c("Studies","Relevant studies","Included in final review"),type=1))
Run the code above in your browser using DataLab