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)
TRUE if everything goes well
a list of two items, a unique name
and a url
the identifier of an already defined computation
the (local) data to use
saveNewComputation()