in_time_window: checks whether the current time is in a certain time window

View source: R/shorthands.R

in_time_windowR Documentation

checks whether the current time is in a certain time window

Description

supply min,max as POSIXct

Usage

in_time_window(min, max)

Arguments

min

POSIXct < max

max

POSIXct > min

Examples

in_time_window(Sys.time() - 1, Sys.time() + 1)

rubenarslan/formr documentation built on Feb. 7, 2025, 6:31 a.m.