| pbdb_ref_collections {paleobioDB} | R Documentation | 
Get references from which collection data were entered
Description
Returns information about the references from which the selected collection data were entered.
Usage
pbdb_ref_collections(...)
Arguments
... | 
 Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/colls/refs. E.g.: 
  | 
Value
A data frame with the information about the references that match the query.
Examples
## Not run: 
  pbdb_ref_collections(
    base_name = "Canidae",
    interval = "Quaternary",
    cc = "ASI"
  )
## End(Not run)