Identifies the modelfile used by a model.
modelfile(x, ext = getOption("modex", "ctl"), ...)
the model name
model file extension
passed arguments
character
Other path: datafile.character
,
datafile.numeric
, datafile
,
modeldir
,
modelpath.character
,
modelpath.numeric
, modelpath
,
specfile.character
,
specfile.numeric
, specfile
# NOT RUN {
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% modelfile('xml')
# }
Run the code above in your browser using DataLab