When exposure time and lag exposure time need to be calculated
the measurement date, and start/stop date columns can be provided to the benvo
and base_benvo functions as optional arguments. Note that these columns will be converted to Date
objects if they're not already.
set_datetime_cols(
measurement_date = NULL,
start_date_col = NULL,
stop_date_col = NULL
)
column string for the date at which a subject was measured
column string for the date at which a subject/bef moved to their corresponding location
column string for the date at which a subject/bef stopped having exposure at the corresponding location.