Displaying 2 results from an estimated 2 matches for "int_start".
Did you mean:
inp_start
2012 Mar 06
0
lubridate 1.1.0
..._overlaps(),
and %within%. lubridate will no longer perform arithmetic between two
intervals because the correct results of such operations is no more obvious
than the correct result of adding two dates. Instead users are encouraged
to use the new set operations or to directly modify intervals with
int_start() and int_end(), which can also be used as settors. lubridate now
supports negative intervals as well as positive intervals. Intervals also
now display with a time zone.
* Modulo methods for timespans have been changed to return a timespan. This
allows modulo methods to be used with integer divisi...
2012 Mar 06
0
lubridate 1.1.0
..._overlaps(),
and %within%. lubridate will no longer perform arithmetic between two
intervals because the correct results of such operations is no more obvious
than the correct result of adding two dates. Instead users are encouraged
to use the new set operations or to directly modify intervals with
int_start() and int_end(), which can also be used as settors. lubridate now
supports negative intervals as well as positive intervals. Intervals also
now display with a time zone.
* Modulo methods for timespans have been changed to return a timespan. This
allows modulo methods to be used with integer divisi...