modeldir {nonmemica} | R Documentation |
Identify the Directory for a Model
Description
Identifies the directory used by a model.
Usage
modeldir(x, ext, ...)
Arguments
x |
the model name |
ext |
model file extension |
... |
passed arguments |
Value
character
See Also
Other path:
datafile.character()
,
datafile.numeric()
,
datafile()
,
modelfile()
,
modelpath.character()
,
modelpath.numeric()
,
modelpath()
,
psn_options()
,
specfile.character()
,
specfile.numeric()
,
specfile()
Examples
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% modeldir
[Package nonmemica version 1.0.8 Index]