diff_time_mf: Computes the difference between two dates.

View source: R/date.functions.R

diff_time_mfR Documentation

Computes the difference between two dates.

Description

Computes the difference between two dates.

Usage

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.

Value

numeric value of difference in two dates.


jstriaukas/midasml documentation built on Oct. 5, 2022, 12:18 a.m.