check_start_end_timestamps {eyeris}R 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


[Package eyeris version 2.1.0 Index]