VB and R
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: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] Sent: Tuesday, September 13, 2005 7:28 AM To: r-help at stat.math.ethz.ch 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]]
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html