modelfile {nonmemica}R Documentation

Identify the Modelfile for a Model

Description

Identifies the modelfile used by a model.

Usage

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

Arguments

x

the model name

ext

model file extension

...

passed arguments

Value

character

See Also

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

Examples

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

[Package nonmemica version 1.0.11 Index]