Learn R Programming

paleobioDB (version 1.0.0)

pbdb_scales: Get information about multiple time scales

Description

Returns information about multiple time scales.

Usage

pbdb_scales(...)

Value

A data frame with information from the selected 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).

Examples

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

Run the code above in your browser using DataLab