Using dt << select where() in for loop while looping through columns
Hi, I'm trying to run a similar script like below where I loop through a list of columns, select where they meet a certain criteria and hide/exclude them accordingly. In my script there are calculations and graphical outputs created and for all of those I'm able to use the approach to select a column and compute it as I show below. Except for the select where() part: - If I use the :column(co...
vince_faller