h_rbind | R Documentation |
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)
files |
List of char, File names to process. |
sensor |
New sensor name of the resulting hts file (default ="NewS") |
gap |
Introduce or not a gap between both series (default = TRUE) |
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.
hts file resulting of the operation; its names are composed as: <sensor>_<station>.hts, with the prefix na, if a gap has been introduced.
P. Chevallier - Mar-Nov 2020
## Not run:
f <- h_bind(files = c("foo1.hts","foo2.hts"), sensor = "NewOne")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.