pbdb_specimens {paleobioDB} | R Documentation |
Get information about multiple fossil specimens
Description
Returns information about multiple fossil specimens, selected
according to the parameters you provide. Depending upon which
output blocks you select (show
parameter), the response will
contain some fields describing the specimens and some describing
the occurrences and collections (if any) with which they are
associated.
Usage
pbdb_specimens(...)
Arguments
... |
Arguments passed to the API. See all available
arguments at https://paleobiodb.org/data1.2/specs/list. See the
|
Value
A data frame with the fossil specimens that match the query.
Examples
## Not run:
pbdb_specimens(base_name = "Cetacea", interval = "Miocene", vocab = "pbdb")
## End(Not run)
[Package paleobioDB version 1.0.0 Index]