soloc: Return the location of the model shared object

View source: R/class_mrgmod.R

solocR Documentation

Return the location of the model shared object

Description

This is also the directory where the model is built, which could be the value of tempdir().

Usage

soloc(x, short = FALSE)

Arguments

x

model object

short

logical; if TRUE, solocs will be rendered with a short path name

Value

A string containing the full path to the model shared object.

Examples

mod <- mrgsolve::house()
soloc(mod)


metrumresearchgroup/mrgsolve documentation built on Feb. 13, 2024, 10:27 p.m.