pbdb_reference {paleobioDB} | R Documentation |
Get information about a single reference
Description
Returns information about a single reference, selected by identifier.
Usage
pbdb_reference(id, ...)
Arguments
id |
Identifier of the reference. This parameter is required. |
... |
Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/refs/single. E.g.:
|
Value
A data frame with a single reference.
Examples
## Not run:
pbdb_reference(id = 1003, vocab = "pbdb", show = "both")
## End(Not run)
[Package paleobioDB version 1.0.0 Index]