Spotfire® Enterprise Runtime for R

Transferring Data Objects from Open-Source R to Spotfire Enterprise Runtime for R

You can use this alternative to the dump and source functions if you do not need to see or edit the R output before using it in TERR.

Before you begin

You have access to the consoles for both open-source R and TERR and their base packages. Review the help files for further information about these functions prior to using them.

Procedure

  1. From open-source R, call the save() function.
    A binary file containing the data object is created.
  2. From TERR, call the load() function.
    Provide the name of the file created by calling save() in open-source R.