Learn R Programming

nonmemica (version 0.7.4)

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

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