pbdb_interval {paleobioDB} | R Documentation |
Get information about a single interval
Description
Returns information about a single interval, selected by identifier.
Usage
pbdb_interval(...)
Arguments
... |
Additional arguments passed to the API. See
documentation for accepted parameters at
https://paleobiodb.org/data1.2/intervals/single. Either
|
Value
A data frame with information from a single temporal interval.
Examples
## Not run:
pbdb_interval(id = 1, vocab = "pbdb")
## End(Not run)
[Package paleobioDB version 1.0.0 Index]