flowchart | R Documentation |
Study Flowchart
flowchart(
data,
title = "Study Flow Diagram",
nodes,
counts,
direction = "tb",
style = "simple",
showCounts = TRUE
)
data |
The data as a data frame. |
title |
. |
nodes |
Variables containing node labels/descriptions |
counts |
Variables containing counts for each node |
direction |
. |
style |
. |
showCounts |
. |
A results object containing:
results$todo | a html | ||||
results$diagram | an image | ||||
results$diagramCode | a preformatted | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.