uploadNewComputation {distcomp} | R Documentation |
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.
uploadNewComputation(site, defn, data)
site |
a list of two items, a unique |
defn |
the identifier of an already defined computation |
data |
the (local) data to use |
TRUE if everything goes well