| TrimOut {nmw} | R Documentation | 
Trimming and beutifying NONMEM original OUTPUT file
Description
TrimOut removes unnecessary parts from NONMEM original OUTPUT file.
Usage
  TrimOut(inFile, outFile="PRINT.OUT")
Arguments
| inFile | NONMEM original untidy OUTPUT file name | 
| outFile | Output file name to be written | 
Details
NONMEM original OUTPUT file contains unnecessary parts such as CONTROL file content, Start/End Time, License Info, Print control characters such as "+", "0", "1". This function trims those.
Value
outFile will be written in the current working folder or designated folder. Ths returns TRUE if the process was smooth.
Author(s)
Kyun-Seop Bae <k@acr.kr>
[Package nmw version 0.1.5 Index]