how do you work with a column of mixed date types, for example 8/2/2020,2/7/2020, and all are reflecting February, I have tried zoo::as.Date(mixeddatescolumn,"%d/%m/%Y").The first one is right but the second is wrong.
i have tried solutions here too Fixing mixed date formats in data frame? but the questions seems different from what i am handling.