time_vars_process: Processing of Time or Date Variables

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_vars_process(
  df_tm = df_tm,
  x,
  enddate = NULL,
  units = c("secs", "mins", "hours", "days", "weeks")
)

Arguments

df_tm

A data.frame

x

Time variable.

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.