Hi everybody,
I am new to R-excel-add in and trying to connect my R code with excel.
My R version is 2.5.1 and the R (D)com is V 2.01.
The code I am using to call R is
Call RInterface.RRun("source(""" & Replace(ThisWorkbook.Path, "\", "/")
& "/PORTO"")") , where PORTO is the R source file co
On Jul 17, 2008, at 11:58 PM, Andrew McLachlan wrote:
Thank you Erich
I have just been reading about the AddIns collection and was wondering
whether to use that approach or not. Your reply has stopped me
wondering
:-) and I will be adding your code to my project.
During my testing of the f