psn_options | R Documentation |
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.
psn_options(
project = "NONMEM",
modex = "mod",
fields = c("symbol", "unit", "transform", "label"),
nested = psn_nested,
...
)
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 |
used for side-effects (sets options 'fields' and 'nested')
Other path:
datafile()
,
datafile.character()
,
datafile.numeric()
,
modeldir()
,
modelfile()
,
modelpath()
,
modelpath.character()
,
modelpath.numeric()
,
specfile()
,
specfile.character()
,
specfile.numeric()
## Not run:
psn_options()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.