I can easily specify a range of columns in data.table using: first_col:last_col and can subset the data.table using that syntax. But if I want to set the same columns to NULL, data.table says it can’t ‘find’ the columns (see below). Why is that? And how can I delete a range of columns using “first_col:last_col” syntax?