date_check: Check whether all values fall within a date range. NA values...

Description Usage Arguments

Description

To be used with col_check.

Usage

1
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.


inspectr documentation built on May 2, 2019, 5:15 a.m.