I have a question concerning data.table join.
What does the dot does in the following join :
DT1[.(DT2$key),roll=TRUE][,V1]
Both data.tables are key by the column "key".
I have a question concerning data.table join.
What does the dot does in the following join :
DT1[.(DT2$key),roll=TRUE][,V1]
Both data.tables are key by the column "key".