is_aligned {evsim}R Documentation

Is the sessions data set aligned in time?

Description

Checks if sessions time variables (only connection/charging start times) are aligned with a specific time resolution.

Usage

is_aligned(sessions, resolution)

Arguments

sessions

tibble, sessions data set in standard format marked by evprof package (see this article)

resolution

integer, time resolution (in minutes) of the time slots

Value

logical


[Package evsim version 1.6.0 Index]