h_common {htsr} | R Documentation |
Extract 2 (or more) time-series on their common period
Description
The fonction extract the data of 2 (or more) hts time-series for the common date/time records (precision of the second).
Usage
h_common(files)
Arguments
files |
List of file names to process. |
Value
hts files resulting of the operation; their names are composed as: co_<original filename>
Author(s)
P. Chevallier - Oct 2017 - Oct 2023
Examples
## Not run:
f <- h_common(files = c("foo1.hts","foo2.hts"))
## End(Not run)
[Package htsr version 2.1.5 Index]