Description
A Script source node imports data through a script.
Configuration Options
Basic Configuration Options
Setting | Description\Parameters |
---|---|
Script Type |
The scripting language. R or Python . |
Code Snippet |
Code snippets that can be added to the script. After adding these, they can be adjusted arbitrarily. |
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. |