Learn R Programming

eyeris (version 2.0.0)

check_start_end_timestamps: 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)

Value

No return value; throws error if timestamps are unbalanced

Arguments

start

The start timestamp dataframe

end

The end timestamp dataframe