convert.to.date.Rd 530 B

123456789101112131415161718192021
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/modifyData.R
  3. \name{convert.to.date}
  4. \alias{convert.to.date}
  5. \title{Convert string variable to date using prescribed format}
  6. \usage{
  7. convert.to.date(x, var, format = "\%Y-\%m-\%d")
  8. }
  9. \arguments{
  10. \item{x}{data frame}
  11. \item{var}{variable to be converted}
  12. \item{format}{format of data variable as set by as.Date R function}
  13. }
  14. \value{
  15. data frame with selected variable set as date
  16. }
  17. \description{
  18. Convert string variable to date using prescribed format
  19. }