taxize (version 0.9.91)

gni_parse: Parse scientific names using EOL's name parser.

Description

Parse scientific names using EOL's name parser.

Usage

gni_parse(names, ...)

Arguments

names

A vector of length 1 or more of taxonomic names

...

Curl options passed on to crul::verb-GET

Value

A data.frame with results, the submitted names, and the parsed names with additional information.

References

http://gni.globalnames.org/

See Also

gbif_parse()

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataCamp Workspace