Wrapper to create data-driven flowchart with pretty processing provenance mermaid template
Source:R/diagrams.R
processing_flowchart.Rd
This generates a mermaid file, which can be rendered live/further edited in
Examples
if (FALSE) { # \dontrun{
flowchart <- processing_flowchart(report = "2023-MY")
cat(flowchart, file = "flowchart.mmd")
} # }