search for: h047800

Displaying 1 result from an estimated 1 matches for "h047800".

Did you mean: 8047800
2018 Feb 01
2
Data Table Merge Help
...the amount of data in my actual source. Here is some sample data to get started: library(data.table) dtDistributions <- data.table(PayeeName = c("Bob", "Tracy", "Tom"), ????????????????????????? Department = factor(c("H229000", "H135000", "H047800")), ????????????????????????? Amount = c(5, 34, 87), ????????????????????????? PaymentDT = as.Date(c("2016-01-01", "2015-01-01", "2015-01-01"))) dtDepartments <- data.table(Department = factor(c("H229000", "H229000", "H229000", &q...