Parse scientific names using EOL's name parser.
gni_parse(names, ...)
A vector of length 1 or more of taxonomic names
Curl options passed on to crul::verb-GET
A data.frame with results, the submitted names, and the parsed names with additional information.
http://gni.globalnames.org/
if (FALSE) {
gni_parse("Cyanistes caeruleus")
gni_parse("Plantago minor")
gni_parse("Plantago minor minor")
gni_parse(c("Plantago minor minor","Helianthus annuus texanus"))
# pass on curl options
gni_parse("Cyanistes caeruleus", verbose = TRUE)
}