NMtransInp: translate the column names according to the $INPUT section of...

View source: R/NMtransInp.R

NMtransInpR Documentation

translate the column names according to the $INPUT section of a control stream

Description

translate the column names according to the $INPUT section of a control stream

Usage

NMtransInp(data, file, translate = TRUE, recover.cols = TRUE)

Arguments

data

the data to translate

file

the list file or control stream

translate

logical. Do translation according to Nonmem code or not? If not, an overview of column names in data and in Nonmem code is still returned with the data.

recover.cols

recover columns that were not used in the NONMEM control stream? Default is TRUE. Can only be negative when translate=FALSE.

Value

data with column names translated as specified by nonmem control stream. Class same as for 'data' argument. Class data.table.


NMdata documentation built on Nov. 11, 2023, 5:07 p.m.