powered by
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.
tim
Dan Murphy.
Primarily used to facilitate adding months and years to mondates. See as.difftime.
mondate
Base as.difftime
as.difftime
x <- mondate(0:12) y <- as.difftime(1, , "months") x + y x - y
Run the code above in your browser using DataLab