powered by
Returns information about the bibliographic references associated with the selected fossil specimens.
pbdb_ref_specimens(...)
A data frame with the information about the references that match the query.
Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/specs/refs. E.g.:
spec_id: List of specimen identifiers.
spec_id
base_name: Return only records associated with the specified taxonomic name(s), including all subtaxa and synonyms.
base_name
ref_author: Select only references for which any of the authors matches the specified name.
ref_author
ref_pubyr: Select only references published in the specified year.
ref_pubyr
pub_title: Select only references that involve the specified publication.
pub_title
if (FALSE) { pbdb_ref_specimens(spec_id = c(1505, 30050)) }
Run the code above in your browser using DataLab