Applies to:  CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 

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

Content


  • No labels