Newer
Older
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{formatCheckDate}
\alias{formatCheckDate}
\title{formatCheckDate}
\usage{
}
\arguments{
\item{dateString}{string used in either error message or interactive message. An example would be "startDate"}
\item{interactive}{logical Option for interactive mode. If true, there is user interaction for error handling and data checks.}
}
\value{
}
\description{
Response to the date format checker. If the date is not formated correctly, it will give the user the opportunity to correct, otherwise will create a warning.
}
\examples{
Date <- '1985-01-01'
formatCheckDate(Date, dateString, interactive = FALSE)
}
\keyword{flow}