get_taxa: Get taxon information from Neotoma.

Description Usage Arguments Value Author(s) References Examples

Description

Get taxon information from Neotoma.

Usage

1
2
  get_taxa(taxonid, taxonname, status, taxagroup,
    ecolgroup)

Arguments

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 taxagroup, can be obtained using get_table("EcolGroupTypes").

Value

Returns a table.

Author(s)

Simon J. Goring simon.j.goring@gmail.com

References

Neotoma Project Website: http://www.neotomadb.org API Reference: http://api.neotomadb.org/doc/resources/contacts

Examples

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)

neotoma documentation built on May 2, 2019, 5:55 p.m.