Learn R Programming

paleobioDB (version 1.0.0)

pbdb_scale: Get information about a single time scale

Description

Returns information about a single time scale, selected by identifier.

Usage

pbdb_scale(id, ...)

Value

A data frame with information from a single scale.

Arguments

id

Identifier of the temporal interval. This parameter is required.

...

Additional arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/scales/single. 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) {
  pbdb_scale(id = 1, vocab = "pbdb")
}

Run the code above in your browser using DataLab