View source: R/create.task.input.unserialized.R
create.task.input.unserialized | R Documentation |
dispatch.RPC()
).Creates a base::list()
with keys master
, debug
, method
, args
and kwargs
that can be used by dispatch.RPC()
, run on a node, to
execute a remote procedure call.
create.task.input.unserialized(use.master.container, method, ...)
use.master.container |
logical Indicates whether the task should be run in a master container. |
method |
Character vector (string) of the method to run. |
... |
Arguments and keyword arguments |
list()
with keys master
, debug
, method
, args
, kwargs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.