Queries a taxon name against the GBIF names backbone. Simple wrapper around the rgbif `name_backbone_verbose` function.
Examples
search_name_gbif("Poa annua L.")
#> # A tibble: 1 × 10
#> searchName usageKey scientificName status rank confidence family genus
#> <chr> <int> <chr> <ord> <chr> <int> <chr> <chr>
#> 1 Poa annua L. 2704179 Poa annua L. ACCEPTED SPECIES 100 Poaceae Poa
#> # ℹ 2 more variables: species <chr>, authorship <chr>
