Skip to content
Snippets Groups Projects
dateFormatCheck.Rd 366 B
Newer Older
  • Learn to ignore specific revisions
  • \name{dateFormatCheck}
    \alias{dateFormatCheck}
    \title{dateFormatCheck}
    \usage{
      dateFormatCheck(date)
    }
    \arguments{
      \item{date}{string}
    }
    \value{
      condition logical if TRUE,
    }
    \description{
      Checks to see if format is YYYY-MM-DD. Also performs a
      few other date checks.
    }
    \examples{
    date <- '1985-01-01'
    dateFormatCheck(date)
    }
    
    \keyword{WRTDS}
    
    \keyword{flow}