View source: R/timeseries_extract.R
extractTs | R Documentation |
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")
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" |
ts: Time series : list
Chris Heiser
## Not run:
D <- readLipd()
ts <- extractTs(D)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.