Converts two character vectors representing the beginning and end timestamps of time intervals into a list of lubridate interval objects created by interval

.toIntervalList(from = NULL, to = NULL, tzone = "UTC")

Arguments

from

vector of timestamps (vector of character will be converted to vector of POSIXct using kwb.datetime::stringToPosix) representing the starts of the intervals

to

vector of timestamps (vector of character will be converted to vector of POSIXct using kwb.datetime::stringToPosix) representing the ends of the intervals

tzone

passed to kwb.datetime::stringToPosix and lubridate::interval