extractTs.Rd
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")
ts: Time series : list
if (FALSE) { # \dontrun{
D <- readLipd()
ts <- extractTs(D)
} # }