Rdocumentation
powered by
Learn R Programming
inspectr (version 1.0.0)
date_check: Check whether all values fall within a date range. NA values are also accepted.
Description
To be used with
col_check
.
Usage
date_check(x, begin, end, format = "%m/%d/%Y")
Arguments
x
the data that enters the function (the column specified in
col_check
)
begin
the beginning acceptable date.
end
the last acceptable date.
format
a character string specifying the date format.