Time Variable Converter
TimeVariableConverter.RdConstruct a function that takes a data frame and returns another data frame with a time variable converted so that it has the correct format, class, and/or type.
Arguments
- as_date
 Function that takes a vector and converts it to a date vector if possible. Used only if
time_variableis instd_date_variables().- as_integer
 Function that takes a vector and converts it to an integer vector if possible. Used only if
time_variableis instd_integer_variables().- as_numeric
 Function that takes a vector and converts it to a numeric vector if possible. Used only if
time_variableis instd_numeric_variables().