I am reading a very high volume sas7bdat file in R and converting it into a dataframe. However, one of the fields is a SAS Epoch date. Any idea how I can convert this to a datetime field?
I know in SQL Server, we can convert using: DATEADD(ss, myDate, '19600101')
Any way we can do the same in R?