Learn R Programming

nonmemica (version 0.7.4)

modeldir: Identify the Directory for a Model

Description

Identifies the directory used by a model.

Usage

modeldir(x, ext, ...)

Arguments

x

the model name

ext

model file extension

...

passed arguments

Value

character

Examples

Run this code
# NOT RUN {
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% modeldir
# }

Run the code above in your browser using DataLab