Learn R Programming

nonmemica (version 1.0.8)

psn_options: Set PsN Options

Description

Sets PsN-style directory and control stream options. Supports control streams with semicolon-delimited metadata including symbol, unit, transform, and label. Expects model files to be found in nested directory, except for *.mod and *.lst.

Usage

psn_options(
  project = "NONMEM",
  modex = "mod",
  fields = c("symbol", "unit", "transform", "label"),
  nested = psn_nested,
  ...
)

Value

used for side-effects (sets options 'fields' and 'nested')

Arguments

project

character, path to project directory

modex

character, extension for model control stream (no dot)

fields

character

nested

logical, or function of file extension returning logical

...

ignored

See Also

Other path: datafile.character(), datafile.numeric(), datafile(), modeldir(), modelfile(), modelpath.character(), modelpath.numeric(), modelpath(), specfile.character(), specfile.numeric(), specfile()

Examples

Run this code
if (FALSE) {
psn_options()
}

Run the code above in your browser using DataLab