dot-toIntervalList: Character Vectors to List of "lubridate" Intervals

Description Usage Arguments

Description

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

Usage

1
.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


KWB-R/kwb.monitoring documentation built on May 17, 2019, 1:06 p.m.