Learn R Programming

creditmodel (version 1.3.1)

time_variable: time_variable

Description

This function is not intended to be used by end user.

Usage

time_variable(
  dat,
  date_cols = NULL,
  enddate = NULL,
  units = c("secs", "mins", "hours", "days", "weeks")
)

Arguments

dat

A data.frame.

date_cols

Time variables.

enddate

End time.

units

Units of diff_time, "secs", "mins", "hours", "days", "weeks" is available.