powered by
Returns information about a single taxonomic opinion, selected by identifier.
pbdb_opinion(id, ...)
A data frame with a single taxonomic opinion.
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.:
vocab: Set to "pbdb" to show the complete name of the variables (by default variables have short 3-letter names).
vocab
"pbdb"
show: Additional information to be shown along with the basic record. Some possible values include:
show
basis: The basis of the opinion, which can be "stated with evidence", "stated without evidence", "implied", or "second hand".
basis
entname: The names of the people who authorized, entered and modified this record.
entname
refattr: The author(s) and year of publication of the reference from which the opinion was entered.
refattr
if (FALSE) { pbdb_opinion(id = 1000, vocab = "pbdb", show = "full") }
Run the code above in your browser using DataLab