Skip to content

Commit

Permalink
test cloud file listing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Mar 13, 2024
1 parent f688196 commit 8e19990
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/measurement-chains.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,10 @@ mc_dat <- mc_data %>%
well_op_file <- kwb.nextcloud::list_files(path = paths$well_operation,
full_info = TRUE,
) %>%
full_info = TRUE) %>%
dplyr::filter(lastmodified == max(lastmodified))
if (FALSE) {
file <- well_op_file$file[1]
tdir <- fs::path_norm(paths$download_dir)
Expand Down Expand Up @@ -430,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 All @@ -438,7 +438,7 @@ well_op_data_meta <- well_op_data %>%

and upload on cloud.

```{r make_combined_plot}
```{r make_combined_plot,eval = FALSE}
well_ids <- c(9,10,13)
pdf_names <- sprintf("mc_and_q_well-%02d.pdf", well_ids)
Expand Down

0 comments on commit 8e19990

Please sign in to comment.