pbdb_collections {paleobioDB} | R Documentation |
Get information about multiple collections
Description
Returns information about multiple collections, selected according to the parameters you provide.
Usage
pbdb_collections(...)
Arguments
... |
Additional arguments passed to the API. See all
available arguments at
https://paleobiodb.org/data1.2/colls/list. Go to
|
Value
A data frame with the collections that match the query.
Examples
## Not run:
pbdb_collections(base_name = "Cetacea", interval = "Miocene")
## End(Not run)
[Package paleobioDB version 1.0.0 Index]