Skip to content

Commit

Permalink
Sync data
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed May 7, 2024
1 parent 4b43906 commit 797bd52
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-raw/aggregated.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ cloud_object_name <- function(prefix, version = "latest", extension = "",
remove = FALSE
) %>%
dplyr::filter(stringr::str_detect(.data$ext, paste0(extension, "$"))) %>%
dplyr::group_by(.data$base_name, .data$ext)
dplyr::group_by(.data$base_name, .data$ext) %>%
na.omit()

if (isTRUE(exact_match)) {
selected_rows <- gcs_files_formatted %>%
Expand Down
Binary file modified data/aggregated.rda
Binary file not shown.
Binary file modified data/data_last_updated.rda
Binary file not shown.
Binary file modified data/indicators_grid.rda
Binary file not shown.
Binary file modified data/label_groups_list.rda
Binary file not shown.
Binary file modified data/municipal_aggregated.rda
Binary file not shown.
Binary file modified data/municipal_taxa.rda
Binary file not shown.
Binary file modified data/nutrients_aggregated.rda
Binary file not shown.
Binary file modified data/pars.rda
Binary file not shown.
Binary file modified data/summary_data.rda
Binary file not shown.
Binary file modified data/taxa_aggregated.rda
Binary file not shown.
Binary file modified data/taxa_names.rda
Binary file not shown.

0 comments on commit 797bd52

Please sign in to comment.