storeThese: Store a list of objects out of memory

Description Usage Arguments Details Examples

Description

This function stores a list of objects from the global environment in a cache on disk, i.e. out of memory, by using SOAR::Store() and removing the objects from the global environment. The only difference to SOAR::Store() is that storeThese() creates a "SOARcache" directory as a subdirectory of the current working directory to store the objects so the cache directory does not have to be specified.

Usage

1

Arguments

objects

A character vector of objects in the global environment that will be stored

Details

Automatically runs garbage collection after storing the objects. Returns the result of the garbage collection.

Examples

1

Thie1e/convenience documentation built on May 9, 2019, 4:40 p.m.