pbdb_scale {paleobioDB}R Documentation

Get information about a single time scale

Description

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

Usage

pbdb_scale(id, ...)

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).

Value

A data frame with information from a single scale.

Examples

## Not run: 
  pbdb_scale(id = 1, vocab = "pbdb")

## End(Not run)

[Package paleobioDB version 1.0.0 Index]