processing_flowchart: Wrapper to create data-driven flowchart with pretty...

View source: R/diagrams.R

processing_flowchartR Documentation

Wrapper to create data-driven flowchart with pretty processing provenance mermaid template

Description

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

## Not run: 
flowchart <- processing_flowchart(report = "2023-MY")
cat(flowchart, file = "flowchart.mmd")

## End(Not run)

nf-osi/nfportalutils documentation built on Feb. 26, 2024, 1:05 p.m.