create.task.input.unserialized: Create a data structure that can be used as input for...

View source: R/create.task.input.unserialized.R

create.task.input.unserializedR Documentation

Create a data structure that can be used as input for dispatch.RPC()).

Description

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.

Usage

create.task.input.unserialized(use.master.container, method, ...)

Arguments

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

Value

list() with keys master, debug, method, args, kwargs


mellesies/vtg documentation built on Sept. 15, 2024, 2:32 a.m.