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.

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

Chris Heiser

Examples

if (FALSE) {
D <- readLipd()
ts <- extractTs(D)
}