pbdb_reference: pbdb_reference

Description Usage Arguments Value Examples

View source: R/pbdb_querys.R

Description

Returns information about a single reference, selected by identifier. Go to pbdb_occurrences to see an explanation about the main filtering parameters

Usage

1
pbdb_reference (id, ...)

Arguments

id

identifier of the reference. This parameter is required.

...

arguments passed to the API. See documentation for accepted parameters in http://paleobiodb.org/data1.1/refs/single. Eg:

  • vocab: set vocab="pbdb" to show the complete name of the variables (by default variables have short 3-letter names)

  • ...

Value

a dataframe with a single reference

Examples

1
2
3
4
## Not run: 
pbdb_collection (id=1003, vocab="pbdb", show="loc")

## End(Not run)

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