RScript
R is a language and free environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. This Agent allows running a user-created R language script in a Data Stream.
Details for an example and its configuration can be found in the How to Use section.
Pre-requisites
In order to use this Agent, the following needs to be set up:
RScript must be installed on the system where Stream Host is installed.
Go to R home page site https://www.r-project.org/
On the R home page, select CRAN under Downloads.
Select a country and download mirror server (e.g. https://cran.curtin.edu.au/).
Select your Operating System:
Download R for Windows
Download R for Linux
Download R for macOS
Download
Download the RScript AI & ML Agent v3.08
Please contact XMPro if you're looking for an older version of this Agent.
RScript Release Notes
3.08
22 Jan 2025
Repackaged to translate the Agent's properties.
3.07
24 Mar 2023
Validate output names against the script provided.
Standardized payload option names.
3.06
16 Mar 2023
RScript compatibility validation.
3.05
02 Jul 2018
Changed to integrated loading.
3.04
01 Jul 2018
Allowed Bulk input.
Every event received at one time is placed into a data frame and the script run once.
3.03
26 Jun 2018
Agent allows DateTime values, interpreted as POSIXct.
Agent allows Int64 values, truncated and passed as Int32.
3.02
07 Sep 2018
Repackaged the Agent as Virtual.
3.01
08 Aug 2018
Added error endpoint.
3.00
18 Nov 2017
Converted to v3 framework.
1.10
08 Nov 2017
Moved to Functions sub type vs into Action Agent group.
1.00
01 Jun 2017
Initial Release.
Last updated
Was this helpful?