domain_time: Define allowable time range

View source: R/domain_time.R

domain_timeR Documentation

Define allowable time range

Description

Define allowable time range

Usage

domain_time(from, to, format = ymd_hms)

Arguments

from

Start time interval

to

End time interval

format

Format of to and from (either ymd_hms, dmy_hms, ymd_hm, ymd, dmy, dmy, ...). Both from and to should have the same format.

Value

No return value, called for side effects

See Also

detect_value_range_violations


daqapo documentation built on July 14, 2022, 9:07 a.m.