NMreadFilters {NMdata} | R Documentation |
Read data filters from a NONMEM model
Description
Read data filters from a NONMEM model
Usage
NMreadFilters(file, lines, filters.only = TRUE, as.fun)
Arguments
file |
Control stream path |
lines |
Control stream lines if already read from file |
filters.only |
Return the filters only or also return the remaining text in a separate object? If 'FALSE', a list with the two objects is returned. |
as.fun |
Function to run on the tables with filters. |
Value
A 'data.frame' with filters
[Package NMdata version 0.2.0 Index]