Add values above a particular value to Missing Value Codes
I looked through the forum and I didn't see this posted. I want to add all values in a data table that are greater than a particular value to be included as missing value codes. The approach I was thinking of was to iteratively define all those values in a list and then add that list to the iteration like this. Column( dt, colNames[i] ) << set property ("Missing Value Codes", {999, -999, 1e+13,
...