search for: pfarb

Displaying 1 result from an estimated 1 matches for "pfarb".

Did you mean: farb
2006 Apr 25
1
Questions to RDCOMClient
...he COM-applications ============================================= My R procedure structure looks as follows: # loading the packages library(RDCOMClient) source(system.file("examples", "excelUtils.r", package="RDCOMClient")) # opening the Excel file dnXls <- paste(pfArb, "/RVP#StO-Analyse_VersVerw.xls", sep="") # Xls-Dateiname + Pfad xls <- COMCreate("Excel.Application") xls[["Workbooks"]]$Open("c:\tmp\test.xls) sh <- xls$Sheets("Tab.1") sh$Select() ::: [ here is comming R code in order to produce out...