modelfile | R Documentation |
Identifies the modelfile used by a model.
modelfile(x, ext = getOption("modex", "ctl"), ...)
x |
the model name |
ext |
model file extension |
... |
passed arguments |
character
Other path:
datafile()
,
datafile.character()
,
datafile.numeric()
,
modeldir()
,
modelpath()
,
modelpath.character()
,
modelpath.numeric()
,
psn_options()
,
specfile()
,
specfile.character()
,
specfile.numeric()
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% modelfile('xml')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.