We use cookies essential for this site to function well. Please click to help
us improve its usefulness with additional cookies. Learn about our use of cookies in our Privacy Policy.
I have a data set in which there is variable name Effective To Date which has a date in the format of a factor .So I have decided to convert into date format .But while converting it I am getting an error.
as.Date(z$Effective.To.Date)
Error in charToDate(x) :
character string is not in a standard unambiguous format
Hi everybody, this doesn’t seem to work for me and I can’t explain it to myself. Even weirder still is the fact that it works for some of my divisions, but not for others. For example if I want to take a subset of the records in a df for january, it works, but for february, it doesn’t.