Learn R Programming

paleobioDB (version 0.7.0)

pbdb_scale: pbdb_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 in http://paleobiodb.org/data1.1/scales/single. Eg:

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

  • ...

Value

a dataframe with information from a single scale

Examples

Run this code
# NOT RUN {
  pbdb_scale (id=1, vocab="pbdb")
# }

Run the code above in your browser using DataLab