pbdb_occurrence: pbdb_occurrence

Description Usage Arguments Details Value Examples

View source: R/pbdb_querys.R

Description

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

Usage

1
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)

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.

Value

a dataframe with a single occurrence

Examples

1
2
3
4
5
## Not run: 
pbdb_occurrence (id=1001)
pbdb_occurrence (id=1001, vocab="pbdb", show="coords")

## End(Not run)

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