On Apr 18, 2009, at 4:12 AM, whizvast wrote:
Hi, I am a newbie on C++
Right now I have an array of doubles in C++.
Is there a way to "export" that array into R? Of course, I can
allocate
the memory block first using "allocVector" and copying the array
contents
one by one.
But, what if
Hi, I am a newbie on C++
Right now I have an array of doubles in C++.
Is there a way to "export" that array into R? Of course, I can allocate
the memory block first using "allocVector" and copying the array contents
one by one.
But, what if that array is fairly large? Copying doesn't look tha