Skip to contents

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

Usage

pbdb_collections(...)

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.

Value

A data frame with the collections that match the query.

Examples

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