| read_nmtab | R Documentation | 
Quickly import NONMEM output tables into R.
When both skip and header are NULL,
read_nmtab will automatically detect the optimal
settings to import the tables. When more than one files are
provided for a same NONMEM run, they will be combined into
a single data.frame.
read_nmtab(file = NULL, skip = NULL, header = NULL,
  rm_duplicates = FALSE, nonmem_tab = TRUE)
| file | full file name | 
| skip | number of lines to skip before reading data | 
| header | logical value indicating whether the file contains the names of the variables as its first line | 
| rm_duplicates | logical value indicating whether duplicated columns should be removed | 
| nonmem_tab | logical value indicading to the function whether the file is a table or a nonmem additional output file. | 
A data.frame
parse_nonmem_model, import_qmd_info
## Not run: 
data <- read_nmtab(file = '../models/pk/sdtab101')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.