Learn R Programming

paleobioDB (version 0.7.0)

pbdb_collection: pbdb_collection

Description

Returns information about a single collection record from the Paleobiology Database.

Usage

pbdb_collection (id, ...)

Arguments

id

identifier of the collection. This parameter is required.

...

additional arguments passed to the API. See all available arguments in http://paleobiodb.org/data1.1/colls/single. Eg:

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

  • show: show extra variables

  • ...

Value

a dataframe with a single occurrence

Details

Go to pbdb_occurrences to see an explanation about the main filtering parameters.

Examples

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

# }

Run the code above in your browser using DataLab