resetComputationInfo {distcomp} | R Documentation |
Clear the contents of the global store
Description
In distcomp, several web applications need to communicate between themselves. Since only one application is expected to be active at any time, they do so via a global store, essentially a hash table. This function clears the store, except for the working directory.
Usage
resetComputationInfo()
Value
an empty list
See Also
setComputationInfo()
, getComputationInfo()
[Package distcomp version 1.3-3 Index]