Hi ,

I am using C interface of R . If a unicode string is read , in what format
I could pass it back to R ?
I was trying to use the following

 tpStr = ( char *)val;
 SET_STRING_ELT(innerList  , 0, mkChar(tpStr));

It does not work .

If I pass it back from as RAW format to R , what package is there to read
it ? I mean package for interpreting RAW data .

Thanks,
Sandip

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to