Convert all radians columns to degrees
I need a JSL loop that will search the column headers of a data table, and if the column header has "(rad)" in it, I'd like to multiply all of the values in that column by 180/pi, and then change "(rad)" to "(deg)" in the column header. I have tried everything I can think of -- including chatGPT -- but so far no luck.