I have this column is date of birth. Is there any R function or any method to solve this date problem, the dates in Excel are ok. But when I read the file in R I am getting wrong dates as below:
2047-11-03
2064-06-08
1098639-10-01
377383-01-18
1979098-01-27
-177103-09-27
-186092-08-24
1612569600
-236822400
the original dates in excel as below
01/11/1977
07/06/1994
11/09/1982
07/05/1974
19/11/1992
06/12/1967
29/10/1967
06/02/2021
01/07/1962
I used the following to imports the data df<- import_list("df.xlsx")