modelfile: Identify the Modelfile for a Model

View source: R/path.R

modelfileR 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.character(), datafile.numeric(), datafile(), modeldir(), modelpath.character(), modelpath.numeric(), modelpath(), psn_options(), specfile.character(), specfile.numeric(), specfile()

Examples

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

nonmemica documentation built on Sept. 21, 2023, 1:06 a.m.