Extract all column names referenced in a JMP formula
I want to extract all the column name references found in a JMP formula to a list, specifically identify its column dependencies. JMP formulas can be quite complex; for example, they might create JSL code as output that includes column names. I am not interested in those column names as the formula does not depend on them. I am only interested in the column names it uses to compute the result. Is ...