Learn R Programming

NMproject (version 0.6.9)

nm_read_table: Fast read of NONMEM output table

Description

[Stable]

Reads in $TABLE outputs rapidly. output_table() is a higher level function for reading output files and combining with input datasets.

Usage

nm_read_table(file, ...)

Value

A data.frame from a relevant $TABLE output file.

Arguments

file

File argument from utils::read.table().

...

Other arguments to be passed to utils::read.table().

See Also

output_table()