Skip to content

Commit

Permalink
Rename column to species_list_uid in search_all(lists) #225
Browse files Browse the repository at this point in the history
  • Loading branch information
daxkellie committed Jan 12, 2024
1 parent 12d441f commit d0f1931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/collect_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ collect_lists <- function(.query){
pluck("lists") |>
bind_rows()
}
result <- result |>
rename(species_list_uid = dataResourceUid)
attr(result, "call") <- "lists"
attr(result, "region") <- pour("atlas", "region")
result
Expand Down

0 comments on commit d0f1931

Please sign in to comment.