Dear All. I would like to know how to call one user defined R function from java program. Suppose a R function Addition<- function(a,b) { return(a+b) } Is it possible to call the function Addition and send the parameters a, and b from a java program?
Thanks in advance Kind Regards Wesley [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.