Using External Scripts in Rulex
It may be useful at times to use external scripts on data, such as R or Python. For example, you may already have statistical algorithms in R or Python that you would like to integrate into your Rulex workflow without rewriting everything from scratch. Or you may need to perform particular operations that require a low level programming language.
Bridge tasks allow you to do this in Rulex.
Available bridge tasks
Currently the following the external scripts of two different low level programming languages are supported in Rulex:
Script language | Task | Description |
---|---|---|
R | Imports data from R scripts into Rulex | |
R | Applies R scripts to data elaborated in Rulex. | |
Python | Imports data from Python scripts into Rulex | |
Python | Applies Python scripts to data elaborated in Rulex. |