Learn R Programming

nonmemica (version 1.0.8)

modelpath: Resolve A Path to a Model-related File

Description

Resolves a path to a model-related file.

Usage

modelpath(x, ...)

Value

character

Arguments

x

object

...

passed arguments

See Also

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

Examples

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

Run the code above in your browser using DataLab