pbdb_ref_collections: Get references from which collection data were entered

View source: R/pbdb_queries.R

pbdb_ref_collectionsR Documentation

Get references from which collection data were entered

Description

Returns information about the references from which the selected collection data were entered.

Usage

pbdb_ref_collections(...)

Arguments

...

Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/colls/refs. E.g.:

  • id: List of collection identifiers.

  • 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.

  • order: Specifies the order in which the results are returned. You can specify multiple values separated by commas, and each value may be appended with .asc or .desc. Accepted values are: "author", "pubyr", "reftitle", "pubtitle", "pubtype", "created", "modified", "rank".

Value

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

Examples

## Not run: 
  pbdb_ref_collections(
    base_name = "Canidae",
    interval = "Quaternary",
    cc = "ASI"
  )

## End(Not run)

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