checkColRow: check that col.row is not edited in Nonmem control stream

View source: R/checkColRow.R

checkColRowR 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


NMdata documentation built on Sept. 11, 2024, 6:16 p.m.