powered by
Returns information about multiple intervals, selected according to the parameters you provide.
pbdb_intervals(...)
A data frame with information from several temporal intervals.
arguments passed to the API. See documentation for accepted parameters at https://paleobiodb.org/data1.2/intervals/list. E.g.:
min_ma: Return only intervals that are at least this old.
min_ma
max_ma: Return only intervals that are at most this old.
max_ma
order: Return the intervals in order starting as specified. Possible values include "age", "name". Defaults to "age".
order
"age"
"name"
vocab: Set to "pbdb" to show the complete name of the variables (by default variables have short 3-letter names).
vocab
"pbdb"
if (FALSE) { pbdb_intervals(min_ma = 0, max_ma = 2, vocab = "pbdb") }
Run the code above in your browser using DataLab