Skip to content

Commit

Permalink
Merge pull request #3 from KWB-R/dev
Browse files Browse the repository at this point in the history
Add export of "raw" data used for quality plots
  • Loading branch information
mrustl authored Jun 1, 2022
2 parents f7bb895 + c9edbc2 commit 87eb0c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Suggests:
covr (>= 3.2.1),
ggplot2 (>= 3.1.0),
knitr (>= 1.21),
readr(>= 1.4.0),
rmarkdown (>= 1.11),
sessioninfo (>= 1.1.1),
tibble (>= 2.0.1)
Expand Down
5 changes: 5 additions & 0 deletions vignettes/data-availability_fri.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ foerdermengen_fri_gal <- kwb.geosalz::get_foerdermengen_gal_fri(path = paths$foe
para_info <- kwb.geosalz::get_parameters_meta(paths$parameters)
labordaten_ww %>%
dplyr::filter(prufgegenstand == "Rohwasser",
werk == "FRI") %>%
readr::write_csv(file.path(paths$figures_dir, "Zeitreihen_FRI_Guete.csv"))
```

## 4 Visualisation
Expand Down

0 comments on commit 87eb0c4

Please sign in to comment.