powered by
The function returns a time-series of cumulated values. If the value is negative, the absolute value is taken. It is possible to limit the computation time interval. NA values are ignored.
h_cumul(file, start = NA, end = NA)
File name to proceed
Start date, default = NA
End date, default NA
P. Chevallier - Oct 2017-Jan 2019
The output file is named with a cu_ prefix.
if (FALSE) { f <- h_cumul(f, start="2012-1-1", end = "2013-1-1") }
Run the code above in your browser using DataLab