Description Usage Arguments Value Author(s) References Examples
Get taxon information from Neotoma.
1 2 | get_taxa(taxonid, taxonname, status, taxagroup,
ecolgroup)
|
taxonid |
Numeric taxon identifier used in Neotoma |
taxonname |
A character string representing the full or partial name of taxa of interest. |
status |
The current status of the taxon, one of 'extinct', 'extant', 'all'. |
taxagroup |
The taxonomic grouping for the taxa. See http://api.neotomadb.org/doc/resources/taxa for the list of approved groupings. |
ecolgroup |
The ecological group of the taxa. More
detailed than |
Returns a table.
TaxonIDUnique database record identifier for a taxon.
TaxonCodeShorthand notation for a taxon identification.
TaxonNameName of the taxon.
AuthorAuthor(s) of the name. Used almost exclusively with beetle taxa.
ExtinctTrue if extinct; false if extant.
TaxaGroupCode for taxa group to which taxon belongs.
EcolGroupsArray of ecological group codes to which the taxon belongs.
HigherTaxonIDTaxonID of the next higher taxonomic rank.
PublicationIDPublication identification number.
NotesFree-form notes or comments about the taxon.
Simon J. Goring simon.j.goring@gmail.com
Neotoma Project Website: http://www.neotomadb.org API Reference: http://api.neotomadb.org/doc/resources/contacts
1 2 3 4 5 | ## Not run:
## Return all species taxa with "Abies" in name - note wildcard
taxa <- get_taxa(taxonname = "Abies*")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.