nm_read_table: Fast read of NONMEM output table

View source: R/nm_read_table.R

nm_read_tableR Documentation

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, ...)

Arguments

file

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

...

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

Value

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

See Also

output_table()


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.