soloc {mrgsolve}R Documentation

Return the location of the model shared object

Description

Return the location of the model shared object

Usage

soloc(x, short = FALSE)

Arguments

x

model object

short

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

Examples

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


[Package mrgsolve version 0.11.1 Index]