gn_parse | R Documentation |
Parse scientific names using Global Names Parser
gn_parse(names, ...)
names |
A vector of length 1 or more 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/
gbif_parse()
, gni_parse()
## Not run:
gn_parse("Cyanistes caeruleus")
gn_parse("Plantago minor")
gn_parse("Plantago minor minor")
gn_parse(c("Plantago minor minor","Helianthus annuus texanus"))
# if > 20 names, uses an HTTP POST request
x <- names_list("species", size = 30)
gn_parse(x)
# pass on curl options
gn_parse("Cyanistes caeruleus", verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.