On 9/13/2005 7:38 AM, Tuszynski, Jaroslaw W. wrote: > I belive R, which is platform independent, does not work with any platform > specific software or languages, like Visual Basic.
That's not true at all. R works with many platform specific packages. I think Roger Bivand's answer covers the easiest way (COM) to link to VB, but you can also use shared libraries (DLL's in Windows) created in just about any package through the dyn.load() facility. Duncan Murdoch > Can you write your code > by passing information through input/output files (CSV & HML might be good > formats)? > > Jarek Tuszynski > SAIC > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 7:28 AM > To: [email protected] > Subject: [R] VB and R > > Dear Listers, > > Is there any good paper about how to use R together with VB? > > Thank you so much! > > -- > WenSui Liu > (http://statcompute.blogspot.com) > Senior Decision Support Analyst > Cincinnati Children Hospital Medical Center > > [[alternative HTML version deleted]] > > ______________________________________________ > [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 > > ______________________________________________ > [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 ______________________________________________ [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
