Skip to content

Commit

Permalink
now try kwb.nextcloud::download_files()
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Mar 13, 2024
1 parent 32807c5 commit 036109f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vignettes/measurement-chains.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,13 @@ 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)
if(FALSE) {
well_op_data <- readxl::read_xlsx(path = xlsx_file) %>%
janitor::clean_names() %>%
dplyr::filter(.data$menge_summe_m3 < 2000)
Expand Down

0 comments on commit 036109f

Please sign in to comment.