call_condition_range_posixct: 'POSIXct' range condition call

View source: R/call_utils.R

call_condition_range_posixctR Documentation

POSIXct range condition call

Description

Compose POSIXct range condition call from inputs.

Usage

call_condition_range_posixct(varname, range, timezone = Sys.timezone())

Arguments

varname

(name or character(1)) name of the variable.

range

(POSIXct) range of the variable. Be aware that output uses truncated range format "%Y-%m-%d %H:%M:%S", which means that some precision might be lost.

timezone

(character(1)) specifies the time zone to be used for the conversion. By default Sys.timezone() is used.

Value

call.


teal.transform documentation built on May 29, 2024, 5:06 a.m.