While doing one of the groupby using data.table , I am getting this error.
Ex code:
dt[, .sum(abc), by = .(var1, var2, var3, var5)]
<