I used following code to convert date which is in character format to date format
days_of_N$Begin_N <- as.Date(days_of_N$Begin_N, format = “%d/%m/%Y”)
Initially this is how date looked like, after using above code date turned to NA value. i dont know why?
please help me I cant figure out the issue
New contributor
JSS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.