if (FALSE) {
# Check a scientific name
finbif_check_taxa("Cygnus cygnus")
# Check a common name
finbif_check_taxa("Whooper swan")
# Check a genus
finbif_check_taxa("Cygnus")
# Check a list of taxa
finbif_check_taxa(
list(
species = c("Cygnus cygnus", "Ursus arctos"),
genus = "Betula"
)
)
}
Run the code above in your browser using DataLab