powered by
The fonction binds the data of 2 hts time-series for consecutive date/time records (precision of the second) of the same station.
h_rbind(files, sensor = "NewS", gap = TRUE)
hts file resulting of the operation; its names are composed as: <sensor>_<station>.hts, with the prefix na, if a gap has been introduced.
List of char, File names to process.
New sensor name of the resulting hts file (default ="NewS")
Introduce or not a gap between both series (default = TRUE)
P. Chevallier - Mar-Nov 2020
In the list, the files must be ordered from the oldest to the newest. If gap is TRUE, a gap is introduced between both series.
if (FALSE) { f <- h_bind(files = c("foo1.hts","foo2.hts"), sensor = "NewOne") }
Run the code above in your browser using DataLab