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
I'm trying to lookup the vernacular names of birds using name_lookup(), but the error I get once a vernacular name cannot be found in GBIF (if I understand it right) is very unhelpful.
Error:Can't find columns `key`, `scientificName` in `.data`.Run `rlang::last_error()` to see where the error occurred.
Unless I totally misunderstand what this function is supposed to do, I would at least expect this to return e.g. an empty tibble or an error that is more informative.