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
In the occurence module page, a R codeline seems to have made its way: fields – [str] Default (all) returns all fields. minimal returns just taxon name, key, latitude, and longitude. Or specify each field you want returned by name, e.g. fields = c('name','latitude','elevation')
But c is not defined, and I guess should be replaced by the python equivalent ['name','latitude','elevation']
Also, on the contributing page, the link to the issue tracker is broken.
The text was updated successfully, but these errors were encountered:
Thank you for developing this resource! :)
fields – [str] Default (all) returns all fields. minimal returns just taxon name, key, latitude, and longitude. Or specify each field you want returned by name, e.g. fields = c('name','latitude','elevation')
But
c is not defined
, and I guess should be replaced by the python equivalent['name','latitude','elevation']
The text was updated successfully, but these errors were encountered: