Skip to contents

Define a function to be executed within a task graph

Usage

delayed(func, args = NULL, name = NULL, namespace = NULL, local = FALSE)

Arguments

name

Optional – e.g. a or b. If omitted, it defaults to a UUID.

namespace

If supplied, a namespace to use for executing this particular node. If omitted, a namespace can be applied at your top-level call to compute. If omitted there as well, your logged-in account's default namespace will be used.

local

If true, execute the functions on the local host; if else, execute them as UDFs in TileDB Cloud.

Value

A task-graph node object on which you can later call compute.