I'd like to convert this type of numeric values to a date but it doesn't work.
20100727
for instance
I tried to convert the numeric to character and applied this :
as.Date("20100727", "Y%d%m")
but it doesn't work.
How can I do ?
See Question&Answers more detail:os