soloc {mrgsolve} | R 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 |
Value
A string containing the full path to the model shared object.
Examples
mod <- mrgsolve::house()
soloc(mod)
[Package mrgsolve version 1.5.1 Index]