MicroStrategy ONE

The R Integration Pack is no longer supported as of December 2024.

R environment with the R Integration Pack

The R Integration Pack uses local environments for each execution. However, when developing R scripts to be executed in the R Integration Pack environment, use the following rules to ensure proper and expected behavior:

  • Always initialize R variables before use.
  • Do not rely on a test of an R variable's existence to indicate the state of the script, since the variable could have been created by an entirely different script.