date_check_timeframe: Check date time frame

View source: R/date_standardization_helpers.R

date_check_timeframeR Documentation

Check date time frame

Description

Check date time frame

Usage

date_check_timeframe(first_date, last_date)

Arguments

first_date

A Date object specifying the first valid date. The arbitrary default value is fifty years before the last_date.

last_date

A Date object specifying the last valid date. The defaults value is the current date.

Value

A list with the first and last dates


cleanepi documentation built on June 22, 2024, 9:48 a.m.