[R] How do call own methods using JRI?

2010-10-06 Thread lord12
If I have a defined a method in R, mergeFiles(), how would I call this in Java. What special packages would I need to import? -- View this message in context: http://r.789695.n4.nabble.com/How-do-call-own-methods-using-JRI-tp2957168p2957168.html Sent from the R help mailing list archive at

Re: [R] How do call own methods using JRI?

2010-10-06 Thread bytecode
you can have a look at RCaller on http://www.mhsatman.com/rcaller.php -- View this message in context: http://r.789695.n4.nabble.com/How-do-call-own-methods-using-JRI-tp2957168p2964612.html Sent from the R help mailing list archive at Nabble.com. __