Learn R Programming

nonmemica (version 1.0.8)

ignored: 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),
  ...
)

Value

logical

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 modelfile and link{datafile}

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()