Skip to contents

This generates a mermaid file, which can be rendered live/further edited in

Usage

processing_flowchart(report)

Arguments

report

Which report to determine subset of data for which to generate flowchart fig.

Examples

if (FALSE) {
flowchart <- processing_flowchart(report = "2023-MY")
cat(flowchart, file = "flowchart.mmd")
}