psn_options {nonmemica} | R Documentation |
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,
...
)
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 |
Value
used for side-effects (sets options 'fields' and 'nested')
See Also
Other path:
datafile.character()
,
datafile.numeric()
,
datafile()
,
modeldir()
,
modelfile()
,
modelpath.character()
,
modelpath.numeric()
,
modelpath()
,
specfile.character()
,
specfile.numeric()
,
specfile()
Examples
## Not run:
psn_options()
## End(Not run)
[Package nonmemica version 1.0.8 Index]