Extracts time from the formula and from the time argument. Also handles inconsistencies.
get_vars(formula, time, data, verbose = verbose)
A formula. Use the time
function to designate which variable represents time.
A string. Should be the column name containing the time values.
input data
A boolean. Toggles whether to print diagnostic information while running. Useful for debugging errors on large data sets.