Closed
Description
I have come upon SAS files where the date format string is not purely YYMMDD
but a bit more detailed - YYMMDDN
in my case. These are not converted to R dates by haven
but left as doubles.
It appears that there are multiple date formats in SAS: http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000589916.htm
However these extended ones are not considered:
Line 62 in 699b7c3
Would it be possible to load these extended formats as dates as well?
Activity