pbdb_taxon: pbdb_taxon

Description Usage Arguments Value Examples

View source: R/pbdb_querys.R

Description

Returns information about a single taxonomic name, identified either by name or by identifier.

Usage

1
pbdb_taxon (...)

Arguments

...

arguments passed to the API. See documentation for accepted parameters in http://paleobiodb.org/data1.1/taxa/single. Eg:

  • name: returns information about the most fundamental taxonomic name matching this string. The % and _ characters may be used as wildcards.

  • ...

Value

a dataframe with information from a single taxon

Examples

1
2
3
4
5
6
## Not run: 
pbdb_taxon (name="Canis", vocab="pbdb", 
show=c("attr", "app", "size"))


## End(Not run)

paleobioDB documentation built on July 26, 2020, 1:07 a.m.