downloadTime: Download geologic timescale

Description Usage Arguments Details Value Author(s) Examples

View source: R/downloadTime.R

Description

Downloads a geologic timescale from the Macrostrat.org database.

Usage

1
downloadTime(Timescale = "interational epochs")

Arguments

Timescale

character string; a recognized timescale in the Macrostrat.org database

Details

Downloads a recognized timescale from the Macrostrat.org database. This includes the name, minimum age, maximum age, midpoint age, and official International Commission on Stratigraphy color hexcode if applicable of each interval in the timescale. Go to https://macrostrat.org/api/defs/timescales?all for a list of recognized timescales.

Value

A data frame

Author(s)

Andrew A. Zaffos

Examples

1
2
# Download the ICS recognized periods timescale
Timescale<-downloadTime(Timescale="international periods")

velociraptr documentation built on Aug. 1, 2019, 1:05 a.m.