You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's OK with the defaults, but if start>1, the messages shown in the console start getting weird: the number of reported "records found" decreases, and the 1st downloaded record looks one less than should be:
> x <- sp_occurrence(genus = "Daboia", species = "mauritanica", start = 1)
72 records found
0-72
72 records downloaded
> x <- sp_occurrence(genus = "Daboia", species = "mauritanica", start = 2)
71 records found
1-72
72 records downloaded
> x <- sp_occurrence(genus = "Daboia", species = "mauritanica", start = 3)
70 records found
2-72
72 records downloaded
The text was updated successfully, but these errors were encountered:
It's OK with the defaults, but if start>1, the messages shown in the console start getting weird: the number of reported "records found" decreases, and the 1st downloaded record looks one less than should be:
The text was updated successfully, but these errors were encountered: