Learn R Programming

mrgsolve (version 1.5.1)

soloc: 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)

Value

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

Arguments

x

model object

short

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

Examples

Run this code
mod <- mrgsolve::house()
soloc(mod)

Run the code above in your browser using DataLab