Hello everyone,

 

I would like to assign the contents of a VBA array to an R variable, and
I am using the following function. "arrProject" is a VBA array.

 

Call Rinterface.PutArrayFromVBA(rvariable, arrProject)

 

The first question is Do I need to define the "rvariable" name in VBA
using "Dim rvariable As String" or any other type of variable? It seems
like if I do not define it, it will comes out the error message saying
variable undefined. Then after naming it, I call "rvariable" in the R
console, but it says object not found. 

 

Could anyone give me some advice? Many thanks.

 

Yaning Zhang

 

_______________________________________________
Rcom-l mailing list
Rcom-l@mailman.csd.univie.ac.at
http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
More information (including a Wiki) at http://rcom.univie.ac.at

Reply via email to