
Preprocess camera ingress-egress timestamps
Source:R/creel-design.R
preprocess_camera_timestamps.RdConverts paired ingress and egress POSIXct timestamps into a data frame of
daily angler-effort hours, suitable for passing to add_counts.
Duration for each pair is computed as
difftime(egress_col, ingress_col, units = "hours"). Pairs where
egress precedes ingress (negative duration) are flagged with
cli_warn and excluded from the daily sum (set to
NA).