pbdb_scale: Get information about a single time scale

View source: R/pbdb_queries.R

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

ropensci/paleobioDB documentation built on March 5, 2024, 3:08 a.m.