View source: R/common_reading.R
read_nm_std_table | R Documentation |
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.
read_nm_std_table(path, skip = 1)
path |
Path for the table file to read |
skip |
Number of lines to skip before the header |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.