Skip to content

Commit

Permalink
reduce test to file listing again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Mar 13, 2024
1 parent 8e98fc3 commit 32807c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/measurement-chains.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ well_op_file <- kwb.nextcloud::list_files(path = paths$well_operation,
file <- well_op_file$file[1]
tdir <- fs::path_norm(paths$download_dir)
if(FALSE) {
xlsx_file <- kwb.nextcloud::download_files(hrefs = well_op_file$href,
target_dir = tdir)
Expand Down Expand Up @@ -427,6 +429,7 @@ tibble::tibble(
well_op_data_meta <- well_op_data %>%
dplyr::bind_cols(separate_name_der_messstelle_gms(well_op_data$name_der_messstelle_gms))
}
```

Expand Down

0 comments on commit 32807c5

Please sign in to comment.