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 dataframes have the same number of rows.

Usage

check_start_end_timestamps(start, end)

Arguments

start

The start timestamp dataframe

end

The end timestamp dataframe

Value

No return value; throws error if timestamps are unbalanced


eyeris documentation built on July 3, 2025, 9:08 a.m.