Learn R Programming

notebookutils (version 1.6.2)

notebookutils.udf.run: Run a User data functions (UDF).

Description

Run a User data functions (UDF).

Usage

notebookutils.udf.run(
  artifactId,
  functionName,
  parameters = list(),
  workspaceId = "",
  capacityId = ""
)

Value

The UDF execution result.

Arguments

artifactId

The UDF artifact id.

functionName

The UDF function name.

parameters

The UDF parameters.

workspaceId

The UDF workspace id, if not provided, it will be retrieved from the current workspace.

capacityId

The UDF capacity id, if not provided, it will be retrieved from the current capacity.