[R] Converting Strings to Variable names

2010-11-04 Thread Anand Bambhania
Hi all, I am processing 24 samples data and combine them in single table called CombinedSamples using following: CombinedSamples<-rbind(Sample1,Sample2,Sample3) Now variables Sample1, Sample2 and Sample3 have many different columns. To make it more flexible for other samples I'm replacing above

[R] Rserve error

2010-10-31 Thread Anand Bambhania
Hi all, I'm trying to run Rserve on windows RGui. It installs successfully but when I use "Rserve()" to invoke the service it shows following error: "The program can't start because R.dll is missing from your computer. Try reinstalling the program to fix this problem." I even tried reinstalling R