How do I reference to a column by column number in jsl when column number is a variable?
Hi,
I'm having trouble subsetting columns. In the code below, I'm looking to create multiple new data tables (and perform some analyses with them- though I deleted that part of the script) from my current table. My current table is formatted with one "X" column (column 1) and several "Y" columns (columns 2 through ncols(dt). I'm having an issue where the columns() function does not recognize icol ...