View source: R/timeseries_collapse.R
collapseTs | R Documentation |
Collapse time series into LiPD dataset form
collapseTs(ts, force = FALSE, verbose = NA)
ts |
Time series : list |
force |
Attempt to collapse time series when lipd ts_storage is not provided: bool |
verbose |
Print details of collapse process |
D: LiPD data, sorted by dataset name : list
Chris Heiser
## Not run:
D <- readLipd()
ts <- extractTs(D)
D <- collapseTs(ts)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.