[R] Transfer String Array from R to java

2005-12-01 Thread Vasundhara Akkineni
I have a data frame which has the following data. data-read.table(table.txt,header=TRUE) data X14A_U133A_StatPairs X14A_U133A_Detection X14B_U133A_Signal 1 AFFX-BioB-5_at403.0 409.3 2 AFFX-BioB-M_at757.3 574.4 3

Re: [R] Transfer String Array from R to java

2005-12-01 Thread Simon Urbanek
Vasu, On Dec 1, 2005, at 5:20 PM, Vasundhara Akkineni wrote: i want to extract the first column of names as a matrix and pass it to a String[] type in java. I am using RServe and was able to pass the other two columns to double[] in java but was not able to do so for data[,1] to a