ignored | R Documentation |
Extracts index for ignored records, given a NONMEM control stream.
ignored(
x,
read.input = list(read.csv, header = TRUE, as.is = TRUE),
ext = getOption("modex", "ctl"),
project = getOption("project", getwd()),
nested = getOption("nested", TRUE),
...
)
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 |
logical
Other superset:
generalize()
,
meta()
,
meta.character()
,
meta.numeric()
,
metaplot.character()
,
metaplot.numeric()
,
metaplot_character()
,
metasuperset()
,
ninput()
,
ninput.character()
,
ninput.numeric()
,
shuffle()
,
superset()
,
superset.character()
,
superset.numeric()
,
superspec()
,
superspec.character()
,
superspec.numeric()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.