pbdb_intervals {paleobioDB} | R Documentation |
Get information about multiple intervals
Description
Returns information about multiple intervals, selected according to the parameters you provide.
Usage
pbdb_intervals(...)
Arguments
... |
arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/intervals/list. E.g.:
|
Value
A data frame with information from several temporal intervals.
Examples
## Not run:
pbdb_intervals(min_ma = 0, max_ma = 2, vocab = "pbdb")
## End(Not run)
[Package paleobioDB version 1.0.0 Index]