Newer
Older
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{dateFormatCheck}
\alias{dateFormatCheck}
\usage{
}
\arguments{
}
\value{
}
\description{
Checks to see if format is YYYY-MM-DD. Also performs a few other date checks.
}
\examples{
date <- '1985-01-01'
dateFormatCheck(date)
dateWrong <- '1999/1/7'
dateFormatCheck(dateWrong)
}
\keyword{flow}