pbdb_references {paleobioDB} | R Documentation |
Get information about multiple references
Description
Returns information about multiple references, selected according to the parameters you provide.
Usage
pbdb_references(...)
Arguments
... |
Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/refs/list. E.g.:
|
Value
A data frame with the information about the references that match the query.
Examples
## Not run:
pbdb_references(ref_author = "Polly")
## End(Not run)