Tyger Guzman 2 Posted February 21, 2020 Share Posted February 21, 2020 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 More sharing options...
Khushboo Rabadia Posted March 6, 2020 Share Posted March 6, 2020 You can probably use apply,lapply or sapply to have code post contents for each row. f1 = function(b){ x Link to comment Share on other sites More sharing options...
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