lubridate (version 0.2.5)

add_dates: Adding date-time objects...

Description

Adding date-time objects

Usage

add_dates(e1, e2)

Arguments

e1
a numeric or date-time object
e2
a numeric or date-time object

Details

add_dates adds two objects, both of which can be date-time objects. Lubridate is built so that you don't need to use add_dates but can use regular math expressions instead.