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