extractTs: Extract time series from LiPD data

View source: R/timeseries_extract.R

extractTsR Documentation

Extract time series from LiPD data

Description

Create a time series from a library of LiPD datasets. A Time series is a flattened version of LiPD data that can be queried and filtered for easier data analysis.

Usage

extractTs(D, whichtables = "all", mode = "paleo")

Arguments

D

LiPD data, sorted by dataset name list

whichtables

: char: Options: "all", "summ", "meas", "ens" Table type to output in the time series.

mode

: char: Options "paleo", "chron"

Value

ts: Time series : list

Author(s)

Chris Heiser

Examples

## Not run: 
D <- readLipd()
ts <- extractTs(D)

## End(Not run)


nickmckay/lipdR documentation built on April 13, 2025, 5:58 p.m.