pbdb_ref_occurrences: Get references associated with fossil occurrences

View source: R/pbdb_queries.R

pbdb_ref_occurrencesR Documentation

Get references associated with fossil occurrences

Description

Returns information about the bibliographic references associated with fossil occurrences from the database.

Usage

pbdb_ref_occurrences(...)

Arguments

...

arguments passed to the API. See all available arguments at https://paleobiodb.org/data1.2/occs/refs

  • ref_author: Select only references for which any of the authors matches the specified name.

  • ref_pubyr: Select only references published in the specified year.

  • pub_title: Select only references that involve the specified publication.

Details

Go to pbdb_occurrences() to see an explanation about the main filtering parameters.

Value

A data frame with the information about the references that match the query.

Examples

## Not run: 
  pbdb_ref_occurrences(vocab = "pbdb", base_name = "Canis", ref_pubyr = 2000)

## End(Not run)

ropensci/paleobioDB documentation built on March 5, 2024, 3:08 a.m.