chk_dates: Check one date_calendar() object occurs after another

View source: R/validate_primitives.R

chk_datesR Documentation

Check one date_calendar() object occurs after another

Description

Check one date_calendar() object occurs after another

Usage

chk_dates(start_date, end_date)

Arguments

start_date

A date_calendar() string for the earlier date.

end_date

A date_calendar() string for the later date.

Value

Either a single character string describing the error encountered, or NULL if no errors are found.


jl5000/tidyged.internals documentation built on Aug. 21, 2022, 8:32 p.m.