hsTsBefore: Timestamps before Timestamp Limit?

Description Usage Arguments

View source: R/filter.R

Description

Returns a vector of booleans indicating whether the timestamps at corresponding positions in a vector of timestamps lie before a given timestamp.

Usage

1
hsTsBefore(tstamps, tsLimit, limIncluded = TRUE)

Arguments

tstamps

vector of timestamps, either as character strings in ISO-format (yyyy-mm-dd HH:MM:SS), as Date objects or as POSIXt-objects

tsLimit

last timestamp (limIncluded == TRUE) or timestamp directly after last timestamp (limIncluded == FALSE) to be considered

limIncluded

if TRUE, timestamps that are equal to tsLimit are considered to be contained in the result set


KWB-R/kwb.datetime documentation built on July 9, 2021, 10:28 p.m.