Spotfire® Enterprise Runtime for R - Server Edition Installation and Administration

Helper packages included in the service

A number of packages are included with the service to provide functionality for working with Spotfire.

See Packages for use with Spotfire in the Spotfire® Enterprise Runtime for R documentation. Note that the latest available version of the service will include the latest available version of the TERR language.

For more information about the functions in these packages, load the package and read its help file.
Example
  1. On the computer running the node manager, open the TERR console.
  2. To get list of help topics in the packages, run the following command:
    help.search(pattern = "*", package = "PackageName")
    example - help.search(pattern = "*", package = "SpotfireData")
  3. To load the help for a specified help topic:
    ?package_name::help_topic_name
    example - ?SpotfireData::uploadSBDF