powered by
convert units object into difftime object
as.dt(x)
object of class units
units
as.difftime is not a generic, hence this strange name.
# NOT RUN { t1 = Sys.time() t2 = t1 + 3600 d = t2 - t1 du <- as.units(d) dt = as.dt(du) class(dt) dt # }
Run the code above in your browser using DataLab