read_nm_std_table: Read NONMEM table in standard format

View source: R/common_reading.R

read_nm_std_tableR Documentation

Read NONMEM table in standard format

Description

This function reads a NONMEM output table that was generated with the default format option. The function should only be used for PsN generated tables with known format and not for "user defined" tables that might have particular format options.

Usage

read_nm_std_table(path, skip = 1)

Arguments

path

Path for the table file to read

skip

Number of lines to skip before the header

Value

A data.frame


UUPharmacometrics/pmutils documentation built on July 4, 2023, 1:15 a.m.