Displaying 1 result from an estimated 1 matches for "dblarray".
Did you mean:
darray
2010 Oct 30
1
R & VBA
...nge to R but I failed (sorry if it is only my own limitation, search till now unsuccessful) to find out how to pass directly VBA array into R
Below an example - sorry it is VBA - including a very simple call to R
>> The below code function perfectly, my question is: How could I pass directly DblArray into R variable "test"
>> So it would be something like: Call RInterface.PutArray("test", DblArray)
>> But as could be expected I have an error because the RInterface.PutArray() is expecting an Excel range as second argument
Any hint very appreciated!
Thanks &am...