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.
______________________________________________
[email protected] 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.