Script
- 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Script
- Updated on 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
A Script Column node transforms data through a script.
Configuration Options
Basic Configuration Options
Setting | Description\Parameters |
---|---|
Script Type | The scripting language. R or Python . |
Script | The script to run. Any code should be placed in the section denoted by "#Place your code here". This node expects a dataframe assigned to frame at the end of this section. |
Advanced Configuration Options
Setting | Description |
---|---|
Script Snippets | Typing @R (R) or @P (Python) within the script editor will prompt the user for a number of node relevant snippets. |
Parameters | Typing # within the script editor will prompt the user for a list of available parameters. |
Actions
Action | Description |
---|---|
Preview | After configuring the node, the combined result set can be previewed by clicking the Preview button. |
Was this article helpful?