Displaying 1 result from an estimated 1 matches for "a5377955".
Did you mean:
5374955
2006 Jul 18
2
send a list from R to C
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.
I try it with following (an example):
SEXP writeFile(SEXP headerR){
Image