Learn R Programming

paleobioDB (version 0.7.0)

pbdb_occurrence: pbdb_occurrence

Description

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

Usage

pbdb_occurrence (id, ...)

Arguments

id

identifier of the occurrence. This parameter is required

...

arguments passed to the API. See all available arguments in http://paleobiodb.org/data1.1/occs/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 occurrence

Details

Documentation for all the parameters is available at http://paleobiodb.org/data1.1/occs/single. In the parameter list above, we describe the most common filters that paleontologists and ecologists might use.

Examples

Run this code
# NOT RUN {
pbdb_occurrence (id=1001)
pbdb_occurrence (id=1001, vocab="pbdb", show="coords")
# }

Run the code above in your browser using DataLab