Skip to contents

Reads a file written by rxSaveState (or via rxControl(serializeFile=...)) and reconstructs the live solver state so that ODE integration can proceed from the saved pre-integration checkpoint.

Usage

rxLoadState(file)

Arguments

file

Character(1). Path of a file written by rxSaveState.

Value

Invisibly TRUE.

Details

This function is called automatically when rxSolve(mod, "state.rxbin") detects a serialization file by its magic bytes and validates that the file matches the supplied model.

See also