| ignored {nonmemica} | R Documentation |
Extract Index for Ignored Records
Description
Extracts index for ignored records, given a NONMEM control stream.
Usage
ignored(
x,
read.input = list(read.csv, header = TRUE, as.is = TRUE),
ext = getOption("modex", "ctl"),
project = getOption("project", getwd()),
nested = getOption("nested", TRUE),
...
)
Arguments
x |
length-one character: a model name |
read.input |
list of arguments representing a methodology for acquiring the data of interest: the first argument is not named and will be passed to match.fun(); the other arguments will be passed to the result, and must include an argument named 'header'. |
ext |
model file extension, e.g. 'mod' or 'ctl' |
project |
project directory (can be expression) |
nested |
whether model files are nested in eponymous directories |
... |
passed to |
Value
logical
See Also
Other superset:
generalize(),
meta.character(),
meta.numeric(),
metaplot.character(),
metaplot.numeric(),
metaplot_character(),
metasuperset(),
meta(),
ninput.character(),
ninput.numeric(),
ninput(),
shuffle(),
superset.character(),
superset.numeric(),
superset(),
superspec.character(),
superspec.numeric(),
superspec()