Learn R Programming

paleobioDB (version 0.7.0)

pbdb_scales: pbdb_scales

Description

Returns information about multiple time scales.

Usage

pbdb_scales(...)

Arguments

...

arguments passed to the API. See documentation for accepted parameters in http://paleobiodb.org/data1.1/scales/list. 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 the selected scales

Examples

Run this code
# NOT RUN {
## Get a dataframe with all the scales available in PBDB 
## by setting no ids
pbdb_scales ()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab