Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Scripting
Created by Guest
Created on Dec 2, 2020

Stepwise execution when developing data functions in R

Add the ability to run a R data function stepwise to make easier to develop and debug the script. During the stepwise execution It should be possible to inspect variables and do code changes or running commands to set variables.

A workaround is to use R Studio but that requires that the data is manually exported to CSV to make it available to the script from R Studio. R Studio comes with a Console that allows you to run commands to inspect and set the variables in your script.

  • Attach files