createInstanceObject {distcomp} | R Documentation |
The function createInstanceObject
uses a definition identified by
defnId to create the appropriate object instance. The instantiated object is assigned
the instanceId and saved under the dataFileName if the latter is specified.
This instantiated object may change state between iterations when a computation executes
createInstanceObject(defnId, instanceId, dataFileName = NULL)
defnId |
the identifier of an already defined computation |
instanceId |
an indentifier to use for the created instance |
dataFileName |
a file name to use for saving the data. Typically |
TRUE if everything goes well