process {multicore} | R Documentation |
processID
returns the process IDs for the given processes. It
raises an error if process
is not an object of the class
process
or a list of such objects.
print
methods shows the process ID and its class name.
processID(process) ## S3 method for class 'process' print(x, ...)
process |
process (object of the class |
x |
process to print |
... |
ignored |
processID
returns an integer vector contatining the process IDs.
print
returns NULL
invisibly
Simon Urbanek