We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d826157 commit a9ad62bCopy full SHA for a9ad62b
R/dwf_gbif_read_chunk.R
@@ -190,7 +190,7 @@ gbif_read_chunk <- function(
190
chunk_data <- sf::st_coordinates(chunk_data) %>%
191
# extract matching CLC class
192
terra::extract(x = corine_r, y = .) %>%
193
- dplyr::pull(value) %>%
+ dplyr::pull(Value) %>%
194
# convert to tibble (integer)
195
dplyr::tibble(value = .) %>%
196
dplyr::mutate(
0 commit comments