Dbelong: Date Belong

Description Usage Arguments Value See Also Examples

Description

Indicates if a date belongs to a dating.

Usage

1
Dbelong(dte, dating)

Arguments

dte

a Date or POSIXt object

dating

a Dating object

Value

Returns a logical value depending on if the date belongs or not to the dating.

See Also

See also the reference for Dating objects.

Examples

1
2
# Checks if today is the first day of a month
Dbelong(Sys.Date(), Monthly)

tolBasis documentation built on May 2, 2019, 3:44 a.m.