Re: [Rd] send a list from R to C

2006-07-18 Thread Jörn Schulz
O.k., thanks. I think, I tried your suggesion before I post here, but I made a mistake in my first approach. Now, it opperate. Again, thank you for the reply. -- View this message in context: http://www.nabble.com/send-a-list-from-R-to-C-tf1960161.html#a5377955 Sent from the R devel forum at N

[Rd] send a list from R to C

2006-07-18 Thread Jörn Schulz
Hello at all ! What is the correct form to give a list form R (e.g. list(c(-1,1), "TestFile") ) to C. I have no problems, if I don't use character and I have also no problems to give a character vector form R to C. But, if I combine real and strings in a list then I don't know the correct syntax