check that col.row is not edited in Nonmem control stream
check that col.row is not edited in Nonmem control stream
In order to safely merge by a unique row identifier, that row identifier must not be edited from input to output. checkColRow helps checking that based on the control stream.
checkColRow(col.row, file)
Arguments
col.row: The name of the unique row identifier (say "ROW").
file: a list file or input control stream file path.