[R] pass a vector to C++

Ivo Shterev idc318 at yahoo.com
Fri Jun 26 02:39:23 CEST 2009


Hi,

Does anyone know how to pass a vector of strings, for example "c("1", "2", "3") to a C++ function? Should the input argument to the C++ function be vector<string>*?

Thanks a lot!
Ivo




More information about the R-help mailing list