Suppose I have the following data.table:
dt <- data.table(a = 1:2, b = 1:2, c = c(1, 1)) # dt # a b c # 1: 1 1 1 # 2: 2 2 1
What would