pbdb_taxon {paleobioDB} | R Documentation |
Get information about a single taxonomic name
Description
Returns information about a single taxonomic name, identified either by name or by identifier.
Usage
pbdb_taxon(...)
Arguments
... |
Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/taxa/single. One of the following parameters must be specified (but not both):
|
Value
A data frame with information from a single taxon.
Examples
## Not run:
pbdb_taxon(name = "Canis", vocab = "pbdb",
show = c("attr", "app", "size"))
## End(Not run)
[Package paleobioDB version 1.0.0 Index]