powered by
convert units object into difftime object
as_difftime(x)
object of class units
units
# NOT RUN { t1 = Sys.time() t2 = t1 + 3600 d = t2 - t1 du <- as_units(d) dt = as_difftime(du) class(dt) dt # }
Run the code above in your browser using DataLab