maintain attributes of intervals when using Reduce #348
Comments
Reduce calls There are two approaches, either extend |
Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: