I have this dataset:
201601
201602
201603
Is there anyway I can read this items as Date?
So far I've tried as.Date("201602",format = "%Y%m")
but I gets NA
I have this dataset:
201601
201602
201603
Is there anyway I can read this items as Date?
So far I've tried as.Date("201602",format = "%Y%m")
but I gets NA