pbdb_measurements {paleobioDB} | R Documentation |
Get information about specimen measurements
Description
Returns information about the measurements associated with the selected fossil specimens.
Usage
pbdb_measurements(...)
Arguments
... |
Arguments passed to the API. See all available arguments at https://paleobiodb.org/data1.2/specs/measurements. The following parameters can be used to retrieve measurements from a known list of specimens, occurrences, or collections. Only the records matching all specified parameters will be returned:
It is possible to return additional information along with the basic record with the following parameter:
See the |
Value
A data frame with information about the measurements that match the query.
Examples
## Not run:
pbdb_measurements(
spec_id = c(1505, 30050),
show = c("spec", "class", "methods"),
vocab = "pbdb"
)
## End(Not run)