name_parse | R Documentation |
Parse taxon names using the GBIF name parser.
name_parse(scientificname, curlopts = list())
scientificname |
A character vector of scientific names. |
curlopts |
list of named curl options passed on to
|
A data.frame
containing fields extracted from parsed
taxon names. Fields returned are the union of fields extracted from
all species names in scientificname
.
John Baumgartner (johnbb@student.unimelb.edu.au)
https://www.gbif.org/developer/species#parser
## Not run:
name_parse(scientificname='x Agropogon littoralis')
name_parse(c('Arrhenatherum elatius var. elatius',
'Secale cereale subsp. cereale', 'Secale cereale ssp. cereale',
'Vanessa atalanta (Linnaeus, 1758)'))
name_parse("Ajuga pyramidata")
name_parse("Ajuga pyramidata x reptans")
# Pass on curl options
# res <- name_parse(c('Arrhenatherum elatius var. elatius',
# 'Secale cereale subsp. cereale', 'Secale cereale ssp. cereale',
# 'Vanessa atalanta (Linnaeus, 1758)'), curlopts=list(verbose=TRUE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.