Expand difftime units to include months and years .
as.difftime(tim, format = "%X", units = "auto")
See as.difftime.
character string or numeric value specifying a time interval.
character specifying the format of tim: see strptime. The default is a locale-specific time format.
Anything allowed by as.difftime.
In addition, can be "months" or "years" in which case
tim
must be numeric.
Dan Murphy.
Primarily used to facilitate adding months and years to
mondate
s.
See as.difftime.
Base as.difftime
x <- mondate(0:12)
y <- as.difftime(1, , "months")
x + y
x - y
Run the code above in your browser using DataLab