The SplusObject
An R object is represented in the Java and C# APIs as an SplusObject class. An R object is returned as part of a non-binary object, represented in XML as an SPXML structure. (Supported binary formats, such as SBDF are handled differently.)
See Creating a binary serialization request for R using Java and rJava for more information about working with binary data.)
Spotfire Statistics Services returns the SplusObject as an SPXML representation. An SplusObject can be one of the following object types:
Most of these objects can contain other objects (which can, in turn, contain other objects, including vectors or other SplusObjects or generic classes). Within the structure, each object has certain defining characteristics, such as a name, attributes, value, or items, among others.