What is wrong with my data.table operator?
I wanted to know if I can receive some help with an error I keep getting.
How to substitute NAs value in a data.table from values in another
I have two data.tables. One has some NA
values which I want to replace with the value from the same position (row / col) of the second data.table.