checkColRow: check that col.row is not edited in Nonmem control stream
Description
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.
Usage
checkColRow(col.row, file)
Value
TRUE if no issues found
Arguments
- col.row
The name of the unique row identifier (say "ROW").
- file
a list file or input control stream file path.