Learn R Programming

nonmemica (version 0.9.1)

modelpath: Resolve A Path to a Model-related File

Description

Resolves a path to a model-related file.

Usage

modelpath(x, ...)

Arguments

x

object

...

passed arguments

Value

character

See Also

Other path: datafile.character, datafile.numeric, datafile, modeldir, modelfile, modelpath.character, modelpath.numeric, specfile.character, specfile.numeric, specfile

Examples

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

Run the code above in your browser using DataLab