mk_time_seq: mk_time_seq

View source: R/datetime.R

mk_time_seqR Documentation

mk_time_seq

Description

Make a sequence of (start,end)-pairs that cover the data.

Usage

mk_time_seq(start, end, hourly)

Arguments

start

Start time as a POSIXt-object obtained with e.g. lubridate::as_datetime().

end

End time as a POSIXt-object. Defaults to start.

hourly

if TRUE, download hourly observations instead of daily.

Value

A list queries; one for each time chunk


paasim/simplefmi documentation built on Aug. 4, 2023, 10:30 p.m.