-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi, I am trying to download the BIEN occurrence for a species list, but it does not download the data. Below is an example of what I tried and the error message I got:
here is the species name list I take to download the occurrences
spcs <- df %>% pull(scrubbed_species_binomial)
here I tried to download all the occurrences of those species restring the occurrence to the New World
spocc <- BIEN_occurrence_species(species = spcs, new.world = T)
here is the error message I got
There was a problem with the query. This is most often due to internet connection issues, but may also be due other factors >such as an outdated version of the package.
No species occurrence is downloaded after the code run. As my internet connection is quite good, and the BIEN package version I am using is the most recent one (BIEN 1.2.5), I don’t know why this is happening.
I have tried to download these occurrences several times across the last 3 to 4 days, but always with success.
Thanks