time_variable: time_variable

Description Usage Arguments

View source: R/data_transformation.R

Description

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

Usage

1
2
3
4
5
6
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.


creditmodel documentation built on Jan. 7, 2022, 5:06 p.m.