Learn R Programming

paleobioDB (version 0.7.0)

pbdb_ref_collections: pbdb_ref_collections

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 in http://paleobiodb.org/data1.1/colls/refs. Eg:

  • id comma-separated list of collection identifiers

  • author select only references for which any of the authors matches the specified name

  • year select only references published in the specified year

  • pubtitle 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, year, pubtitle, created, modified, rank.

  • ...

Value

a dataframe with the information about the references that match the query

Examples

Run this code
# NOT RUN {
  pbdb_ref_collections (id=1)
# }

Run the code above in your browser using DataLab