Usage
flowchart(
data,
title = "Study Flow Diagram",
nodes,
counts,
direction = "tb",
style = "simple",
showCounts = TRUE
)
Arguments
- data
The data as a data frame.
- title
.
- nodes
Variables containing node labels/descriptions
- counts
Variables containing counts for each node
- direction
.
- style
.
- showCounts
.
Value
A results object containing:
results$todo | | | | | a html |
results$diagram | | | | | an image |
results$diagramCode | | | | | a preformatted |