diff_time_mf function

Computes the difference between two dates.

Computes the difference between two dates.

diff_time_mf( time1, time2, origin, units = c("auto", "secs", "mins", "hours", "days", "weeks") )

Arguments

  • time1: date 1.
  • time2: date 2.
  • origin: date origin.
  • units: units.

Returns

numeric value of difference in two dates.

  • Maintainer: Jonas Striaukas
  • License: GPL (>= 2)
  • Last published: 2022-04-29

Useful links