Learn R Programming

paleobioDB (version 1.0.0)

pbdb_collections: Get information about multiple collections

Description

Returns information about multiple collections, selected according to the parameters you provide.

Usage

pbdb_collections(...)

Value

A data frame with the collections that match the query.

Arguments

...

Additional arguments passed to the API. See all available arguments at https://paleobiodb.org/data1.2/colls/list. Go to pbdb_occurrences() to see an explanation about the main filtering parameters.

Examples

Run this code
if (FALSE) {
  pbdb_collections(base_name = "Cetacea", interval = "Miocene")
}

Run the code above in your browser using DataLab