Skip to contents

Returns information about multiple time scales.

Usage

pbdb_scales(...)

Arguments

...

Arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/scales/list. E.g.:

  • vocab: Set to "pbdb" to show the complete name of the variables (by default variables have short 3-letter names).

Value

A data frame with information from the selected scales.

Examples

if (FALSE) {
  ## Get a data frame with all the scales available in PBDB
  ## by setting no ids
  pbdb_scales()
}