Arunabha Mahajan Posted February 27, 2020 Posted February 27, 2020 Hi, I am new to Tibco spotfire. I have written a R code and i try to register the R code into spotfire and I got this following error. TIBCO Spotfire Statistics Services returned an error: 'Error in parse(text = script) : parse error in text argument: parse error at 'finding_studyCM' (line 64, characters 1 through 15)'. at Spotfire.Dxp.Data.DataFunctions.Executors.RemoteFunctionClient.OnExecuting() at Spotfire.Dxp.Data.DataFunctions.Executors.AbstractFunctionClient.d__0.MoveNext() at Spotfire.Dxp.Data.DataFunctions.Executors.SPlusFunctionExecutor.d__0.MoveNext() at Spotfire.Dxp.Data.DataFunctions.DataFunctionExecutorService.d__6.MoveNext() My code forfinding_studyCMin R is given below: I have written a R fuction and call that function by passing some value: function finding_studyCM
Douglas Johnson Posted February 27, 2020 Posted February 27, 2020 You need to modify this line, which is just a comment for the humans to read: function to read as follows: # function Thiswill make the parser ignore that line.
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