pbdb_ref_collections: pbdb_ref_collections

Description Usage Arguments Value Examples

View source: R/pbdb_querys.R

Description

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

Usage

1
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

1
2
3
4
## Not run: 
  pbdb_ref_collections (id=1)

## End(Not run)

paleobioDB documentation built on July 26, 2020, 1:07 a.m.