Displaying 1 result from an estimated 1 matches for "effdt".
2018 Feb 01
2
Data Table Merge Help
...?????????????????? PaymentDT = as.Date(c("2016-01-01", "2015-01-01", "2015-01-01")))
dtDepartments <- data.table(Department = factor(c("H229000", "H229000", "H229000", "H135000", "H047800")),
??????????????????????? EffDT = as.Date(c("2019-01-01", "2012-01-01", "1901-01-01", "1901-01-01", "1901-01-01")),
??????????????????????? Descr = c("Final Name","Modified Name","Original Name","Payables","Postal"))
Here is the o...