check_start_end_timestamps: Check start and end timestamps are balanced

View source: R/utils-checks.R

check_start_end_timestampsR Documentation

Check start and end timestamps are balanced

Description

Validates that start and end timestamp data frames have the same number of rows.

Usage

check_start_end_timestamps(start, end)

Arguments

start

The start timestamp data frame

end

The end timestamp data frame

Value

No return value; throws error if timestamps are unbalanced


eyeris documentation built on June 19, 2026, 9:08 a.m.