Learn R Programming

htsr (version 2.1.6)

h_common: 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)

Value

hts files resulting of the operation; their names are composed as: co_<original filename>

Arguments

files

List of file names to process.

Author

P. Chevallier - Oct 2017 - Oct 2023

Examples

Run this code
if (FALSE) {
f <- h_common(files = c("foo1.hts","foo2.hts"))
}

Run the code above in your browser using DataLab