Jump to content

Spotfire R Expression Function - Returning Only One Row


Tyger Guzman 2

Recommended Posts

I have create a R script to return a reponse from a SOAP service.

I can run the funtion and provide a single input. But when I created it as an Expression Function only the first row returns a value and rest remain blank.

I've attached the dxp that has the working DataFunction as well as the Expression Function.

Can anyone assist with getting the function to work to return a value for each item in the dataframe

Expression Function

# Define the CelsiusToFahrenheit function:

library(httr)

library(osmdata)

library(curl)

 

VatCheck

Link to comment
Share on other sites

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...