I have a dataset with date variable as character type in R. Date variable is showing some values like this for example 1836518400 1839196800. How should i convert it to normal date format? like yy-mm-dd.
I guess this is Posixct format. Can anybody help with the script. What script should i use to convert it into normal date format?
Best,