Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmaintain attributes of intervals when using Reduce #348
Comments
|
Reduce calls There are two approaches, either extend |
|
Thanks |
I want to obtain the union of many (more than 2) intervals:
That's the correct result.
But why lubridate::union does not work with Reduce?
The intervals objects seem to get converted to numeric too son (before applying the union).
Related to: http://stackoverflow.com/questions/32944273/lubridate-how-to-calculate-the-union-of-many-intervals