lubridate (version 0.2.6)

add_dates: Adding date-time objects

Description

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.

Usage

add_dates(e1, e2)

Arguments

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