checkColRow {NMdata} | R Documentation |
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)
Arguments
col.row |
The name of the unique row identifier (say "ROW"). |
file |
a list file or input control stream file path. |
Value
TRUE if no issues found
[Package NMdata version 0.1.8 Index]