pbdb_opinions {paleobioDB} | R Documentation |
Get information about multiple taxonomic opinions
Description
Returns information about multiple taxonomic opinions, selected according to criteria other than taxon name. This function could be used to query for all of the opinions attributed to a particular author, or to show all of the recently entered opinions.
Usage
pbdb_opinions(...)
Arguments
... |
Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/opinions/list. E.g.:
|
Value
A data frame with information about the taxonomic opinions that match the query.
Examples
## Not run:
pbdb_opinions(op_pubyr = 1818)
## End(Not run)