Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Applies to:  

Status
colourGreen
titleCelonis 4.2
 
Status
colourGreen
titleCelonis 4.3
 
Status
colourGreen
titleCelonis 4.4
 

Description

R support in Celonis is currently provided via RCALL and RAGG. In order to execute them an R server has to be set up and added to the Celonis configuration.

Columns loaded into the R server get converted into suitable R vector types:

  • DATE: character (Dates are converted to a date string in the format 'yyyy-MM-dd HH:mm:ss')
  • FLOAT: double
  • INT: integer
  • STRING: character