Re: [R] How to include (source) R script in other scripts

2014-01-08 Thread Duncan Murdoch
On 08/01/2014 11:27 AM, Baro wrote: Hi experts I want to read an excel file in an R-script and send the inputs to another script to more process the first file for reading the data is (First.R): wb <- loadWorkbook("adress") dat <-readWorksheet(wb, sheet=getSheets(wb)[1], startRow=strow, endRow

[R] How to include (source) R script in other scripts

2014-01-08 Thread Baro
Hi experts I want to read an excel file in an R-script and send the inputs to another script to more process the first file for reading the data is (First.R): wb <- loadWorkbook("adress") dat <-readWorksheet(wb, sheet=getSheets(wb)[1], startRow=strow, endRow=endrow, startCol=spalte, endCol=spalt