time_vars_process {creditmodel} | R Documentation |
Processing of Time or Date Variables
Description
This function is not intended to be used by end user.
Usage
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. |
[Package creditmodel version 1.3.1 Index]