From b183325a2336f2df7d97d74b324db5b6e5e84dec Mon Sep 17 00:00:00 2001 From: Rainer M Krug Date: Tue, 16 May 2023 14:36:55 +0200 Subject: [PATCH] Initial documentation of [pipeline --- inst/Documentation/LEEF_pipeline_overview.Rmd | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 inst/Documentation/LEEF_pipeline_overview.Rmd diff --git a/inst/Documentation/LEEF_pipeline_overview.Rmd b/inst/Documentation/LEEF_pipeline_overview.Rmd new file mode 100644 index 0000000..73eb62a --- /dev/null +++ b/inst/Documentation/LEEF_pipeline_overview.Rmd @@ -0,0 +1,31 @@ +--- +title: "Pipeline" +author: "Rainer M Krug" +format: + html: + toc: true + toc-location: left + toc-depth: 5 + code-fold: true + embed-resources: true +--- + +```{r} +#| label: setup +#| echo: false + +library(plantuml) +``` + +# The LEEF Pipeline + +## Steps + +## Pre-Processor +## Extractor +## Add to RRD database + + + + +