check_dates: check_dates

View source: R/between.R

check_datesR Documentation

check_dates

Description

coerce start/end input values to dates

Usage

check_dates(start, end)

Arguments

start

Default = ReportStart, character/date of the start of the date range. Characters in format mdY, Ymd, dmY acceptable. Will be automatically retrieved from parent environments if not specified. If start is named other than ReportStart, it must be specified.

end

Default = ReportEnd, character/date of the end of the date range. Characters in format mdY, Ymd, dmY acceptable. Will be automatically retrieved from parent environments if not specified. If end is named other than ReportEnd, it must be specified.


COHHIO/HMIS documentation built on Sept. 8, 2024, 7:47 a.m.