Learn R Programming

paleobioDB (version 0.7.0)

pbdb_reference: pbdb_reference

Description

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

Usage

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

Run this code
# NOT RUN {
pbdb_collection (id=1003, vocab="pbdb", show="loc")
# }

Run the code above in your browser using DataLab