pbdb_interval: pbdb_interval

Description Usage Arguments Value Examples

View source: R/pbdb_querys.R

Description

Returns information about a single interval, selected by identifier.

Usage

1
pbdb_interval (id, ...)

Arguments

id

identifier of the temporal interval. This parameter is required.

...

additional arguments passed to the API. See documentation for accepted parameters in http://paleobiodb.org/data1.1/intervals/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 information from a single temporal interval

Examples

1
2
3
4
## Not run: 
pbdb_interval (id=1, vocab="pbdb")

## End(Not run)

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