For my dataset, the Date variable has dates in the format of this example: 19-Feb-03 I want to change the above character format dates in the column to a Date format. (As I have to do time series analysis later on)
I tried using the as.Date() method but it didn't work.