Skip to content

Instantly share code, notes, and snippets.

View damianooldoni's full-sized avatar
🚴‍♂️

Damiano Oldoni damianooldoni

🚴‍♂️
View GitHub Profile
@damianooldoni
damianooldoni / get_gbif_full_name.R
Last active January 18, 2021 08:28
Given a vector of scientific names, retrieve the full scientific name with authority from GBIF Backbone. Used for checking taxa in official annexes of BIM.
library(rgbif)
library(inborutils)
library(tidyverse)
# names list example
names_bim <- c("Asplenium hemionitis L.",
"Dracaena draco (L.) L.",
"Viola rupestris subsp. relicta Jalas")
# make a df of it