| notebookutils.udf.run | R Documentation |
Run a User data functions (UDF).
notebookutils.udf.run(
artifactId,
functionName,
parameters = list(),
workspaceId = "",
capacityId = ""
)
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. |
The UDF execution result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.