parse_nm_files {xpose} | R Documentation |
Function parsing NONMEM output files from their raw input.
parse_nm_files(dat, quiet)
dat |
A list containing the raw data as vector of strings ('dat$raw') and their respective file names ('dat$name'). |
quiet |
Logical, if |
A tibble containing the parsed 'data' along with 'name', 'problem', 'subprob', and 'method'.