ymd_include: check whether given ymd is included in the given range

View source: R/calendar.R

ymd_includeR Documentation

check whether given ymd is included in the given range

Description

compare two ymd by equal

Usage

ymd_include(ymd, ymd_from, ymd_to)

Arguments

ymd

target ymd

ymd_from

start of the range

ymd_to

end of the range

Value

ymd_begin <= ymd & ymd < ymd_end


hmito/hmRLib documentation built on March 13, 2024, 9:41 p.m.