Rdocumentation
powered by
Learn R Programming
datacheckr (version 0.2.0.9002)
check_date: Checks Date
Description
Checks Date
Usage
check_date(x, x_name = substitute(x))
Arguments
x
The Date to check.
x_name
A string of the name of x.
Value
Throws an informative error or returns an invisible copy of x.