pbdb_intervals: pbdb_intervals

Description Usage Arguments Value Examples

View source: R/pbdb_querys.R

Description

Returns information about multiple intervals, selected according to the parameters you provide.

Usage

1
pbdb_intervals (...)

Arguments

...

arguments passed to the API. See documentation for accepted parameters in http://paleobiodb.org/data1.1/intervals/list. Eg:

  • min_ma: return only intervals that are at least this old

  • max_ma: return only intervals that are at most this old

  • order: return the intervals in order starting as specified. Possible values include older, younger. Defaults to younger

  • 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 several temporal intervals

Examples

1
2
3
4
## Not run: 
pbdb_intervals (min_ma= 0, max_ma=2, vocab="pbdb") 

## End(Not run)

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