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

View source: R/store.r

storeR Documentation

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)

Arguments

x

marklist of models

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.

Value

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

Author(s)

Jeff Laake


RMark documentation built on Aug. 14, 2022, 1:05 a.m.

Related to store in RMark...