[R] How to run own R functions in JRI

lord12 trexinsd at yahoo.com
Wed Oct 6 21:49:27 CEST 2010


I am still a little unsure of how I would do this. I do not want to install
GEdit.  Is there anyway in the retest in the included example that you can
show me how I would do this? My function is:

lol = function(x,y)
{
  sum = x+y
  mod = sum %5
  return mod
} 
  
-- 
View this message in context: http://r.789695.n4.nabble.com/How-to-run-own-R-functions-in-JRI-tp2965288p2965654.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list