Session Ready
Exercise

To assign or not to assign, that is the question

Print DT to the console. When using the := operator in j, do you need to assign the result to DT as follows?

DT <- DT[, Total := sum(B), by = A]
Instructions
50 XP
Possible Answers