flowchart: Study Flowchart

View source: R/flowchart.h.R

flowchartR Documentation

Study Flowchart

Description

Study Flowchart

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

sbalci/ClinicoPathJamoviModule documentation built on Feb. 25, 2025, 6:34 a.m.