Code for the Expression client interface
The Expression client interface is designed to be used in client applications. As long as the expression is valid, the Expression client interface passes it to the engine.
Using the Expression client interface does not necessarily mean that you have to deploy custom functions in packages on the server and ensure that the functions are loaded in the engine before calling them.
Note: By default, the Expression client is disabled in
Spotfire Statistics Services because it can send any valid expression to the server. For more information, talk to your server administrator..
You or your designated C# or Java developer can use the APIs for one of these available programming languages to send expressions to the server.
For more information on using these specific APIs, see Java C# and URL APIs.
- Deploy R code for the Expression client interface
When you use the Expression Client interface, you can put your custom functions in a package, and then load the package explicitly as part of the expression before calling the function.
Related concepts
Copyright © TIBCO Software Inc. All rights reserved.