CoxMaster               Create a master object to control worker
                        objects generated by 'CoxWorker'
CoxWorker               Create a worker object for use as a worker with
                        master objects generated by 'CoxMaster'
SVDMaster               Create a master object to control worker
                        objects generated by 'SVDWorker'
SVDWorker               Create a worker object for use as a worker with
                        master objects generated by 'SVDMaster'
availableComputations   Return the currently available (implemented)
                        computations
availableDataSources    Return currently implemented data sources
createInstanceObject    Given the definition identifier of an object,
                        instantiate and store object in workspace
defineNewComputation    Define a new computation
destroyInstanceObject   Destroy an instance object given its identifier
distcomp                Distributed Computing with R
distcompSetup           Setup a workspace and configuration for a
                        distributed computation
executeMethod           Given the id of a serialized object, invoke a
                        method on the object with arguments
generateId              Generate an identifier for an object
getComputationInfo      Get the value of a variable from the global
                        store
getConfig               Return the workspace and configuration setup
                        values
makeDefinition          Make a computation definition given the
                        computation type
makeMaster              Make a master object given a definition
makeWorker              Make a worker object given a definition and
                        data
resetComputationInfo    Clear the contents of the global store
runDistcompApp          Run a specified distcomp web application
saveNewComputation      Save a computation instance, given the
                        computation definition, associated data and
                        possibly a data file name to use
setComputationInfo      Set a name to a value in a global variable
setupMaster             Setup a computation master
setupWorker             Setup a worker site
uploadNewComputation    Upload a new computation and data to an opencpu
                        server
writeCode               Write the code necessary to run a master
                        process
