pbdb_collection {paleobioDB} | R Documentation |
Get information about a single collection record
Description
Returns information about a single collection record from the Paleobiology Database.
Usage
pbdb_collection(id, ...)
Arguments
id |
Identifier of the collection. This parameter is required. |
... |
Additional arguments passed to the API. See all available arguments at https://paleobiodb.org/data1.2/colls/single. E.g.:
|
Details
Go to pbdb_occurrences()
to see an explanation about
the main parameters.
Value
A data frame with a single occurrence.
Examples
## Not run:
pbdb_collection(id = 1003, vocab = "pbdb", show = c("loc", "stratext"))
## End(Not run)