Learn R Programming

RMark (version 3.0.0)

store: Store models externally or restore to workspace from external storage

Description

Stores/restores all mark model objects in a marklist either to or from external storage.

Usage

store(x)

Value

A modified marklist to replace the previous marklist specified as the argument.

Arguments

x

marklist of models

Author

Jeff Laake

Details

For store, each mark model is stored externally and the object in the list is replaced with the filename of the object. restore does the opposite of storing the saved external object into the marklist and then deleting the saved file.