Learn R Programming

Simile (version 1.3.4)

load.model: Load a Simile executable model

Description

Loads a simile model saved as a compiled binary ( a .dll, .so or .dylib file depending on platform)

Usage

load.model(path.to.binary)

Value

Handle to be used for querying or instantiating model, as a Tcl object

Arguments

path.to.binary

Absolute or relative path to file to be loaded

Author

Jasper Taylor

Examples

Run this code
model.handle <- load.model("dummy.dll")

Run the code above in your browser using DataLab