setComputationInfo {distcomp}R Documentation

Set a name to a value in a global variable

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 sets a name to a value

Usage

setComputationInfo(name, value)

Arguments

name

the name for the object

value

the value for the object

Value

invisibly returns the all the name value pairs

See Also

getComputationInfo()


[Package distcomp version 1.3-3 Index]