pbdb_opinion {paleobioDB} | R Documentation |
Get information about a single taxonomic opinion
Description
Returns information about a single taxonomic opinion, selected by identifier.
Usage
pbdb_opinion(id, ...)
Arguments
id |
Identifier of the opinion. This parameter is required. |
... |
Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/opinions/single. E.g.:
|
Value
A data frame with a single taxonomic opinion.
Examples
## Not run:
pbdb_opinion(id = 1000, vocab = "pbdb", show = "full")
## End(Not run)