uploadNewComputation {distcomp} | R Documentation |
Upload a new computation and data to an opencpu server
Description
The function uploadNewComputation
is really a remote version
of saveNewComputation()
, invoking that function on an opencpu server.
This is typically done for every site that wants to participate in a computation
with its own local data. Note that a site is always a list of at least a unique
name element (distinguishing the site from others) and a url element.
Usage
uploadNewComputation(site, defn, data)
Arguments
site |
a list of two items, a unique |
defn |
the identifier of an already defined computation |
data |
the (local) data to use |
Value
TRUE if everything goes well
See Also
[Package distcomp version 1.3-3 Index]