Malini Jayaraman Posted August 31, 2018 Posted August 31, 2018 I have written a code to generate texts based on certain conditions in Spotfire using R. The code refreshes automatically whenever a selection is made. Since there are a lot of if-else condition used in R, the code takes a noticeable time to refresh the content. The dashboards change but the text changes after a lag. Is there anyway to reset the text output while the R code runs so that the user doesn't get confused
Douglas Johnson Posted February 2, 2019 Posted February 2, 2019 No, there isn't a mechanism to return partial results from a Spotfire data function's TERR or R script before it finishes. Each Spotfire data function launches a new TIBCO Enterprise Runtime for R (TERR) or open-source R session, sends the script and input data to that session, and returns the output data to Spotfire after the script finishes successfully.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now