Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 7164cb6

Browse files
committed
archivierung der pipeline einfügen
1 parent d30560c commit 7164cb6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pipeline.Rmd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,24 @@ tar_make()
10831083

10841084

10851085

1086+
1087+
## Pipeline archivieren
1088+
1089+
1090+
```{r pipeline-zip}
1091+
zip(paste0("output/",
1092+
paste0(config$project$shortname,
1093+
"_",
1094+
datestamp),
1095+
"_Targets_Storage.zip"),
1096+
"_targets/")
1097+
```
1098+
1099+
1100+
1101+
1102+
1103+
10861104
## Visualisierung
10871105

10881106
```{r, pipeline-graph, fig.width = 12, fig.height = 18}

0 commit comments

Comments
 (0)