Learn R Programming

nonmemica (version 1.0.8)

modelfile: Identify the Modelfile for a Model

Description

Identifies the modelfile used by a model.

Usage

modelfile(x, ext = getOption("modex", "ctl"), ...)

Value

character

Arguments

x

the model name

ext

model file extension

...

passed arguments

See Also

Other path: datafile.character(), datafile.numeric(), datafile(), modeldir(), modelpath.character(), modelpath.numeric(), modelpath(), psn_options(), specfile.character(), specfile.numeric(), specfile()

Examples

Run this code
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% modelfile('xml')

Run the code above in your browser using DataLab