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")
| from | vector of timestamps (vector of character will be converted to
vector of POSIXct using |
|---|---|
| to | vector of timestamps (vector of character will be converted to
vector of POSIXct using |
| tzone | passed to |