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
While discussing with some GBIF users at my institute I came to the conclusion that retrieving the (accepted) taxon keys from the GBIF Backbone related to a specific checklist is something we do many, many times and that probably I am not the only one having written some code. GBIF doesn't allow to retrieve all occurrences linked to a checklist (instead of the backbone) and so having a function to do it will be useful.
I think such functionality would really fit within rgbif package. What do you think about it? In the link to my code I split the functionality in two functions (my gist was written as a workflow) but I think it's more convenient to offer the functionality as one function where we can allow the users to decide if they want to return the matched taxa (as they are) or directly link to the accepted ones if some synonyms occur.