R Data Types

This chapter contains the supported data types for the R Control Extension:

The + sign specifies that the data type is supported.

  1. Function Basic types Standard CTRL Data types CTRL Dyn_ CTRL Dyn_dyn
    RSetVar Bool + + +
    Int + + +
    Float + + +
    Time + + +
    String + + -
    Blob + - -
    RGetVar Bool + + +
    Int + + +
    Float + + +
    Time + + -
    String + + -
    Blob + - -
    REvalExp

    Same input types as RSetVar (see above)

    Same return types as RGetVar (see above)

    REvalExpVar Same input types as RSetVar (see above)

If an unsupported type is passed or if a value to be returned cannot be casted to a supported type, the error status is set.