search for: myolddata

Displaying 2 results from an estimated 2 matches for "myolddata".

2005 Feb 04
1
Keeping the data of C structure in R variables?..
...in the data, so I would have a variable something like SData* myData; Now what I need is to pass this data to a certain SEXP structure and keep it completely in R, thus setting myData = NULL and _unloading the C library_; then later I want to create another variable, in another C call, SData* myOldData and reload it with values from R. Is there a way to do that, keeping also in mind that char* data is generally binary data. Would be greatful for any suggestions. Regards Oleg
2005 Feb 04
1
Keeping the data of C structure in R variables?..
...in the data, so I would have a variable something like SData* myData; Now what I need is to pass this data to a certain SEXP structure and keep it completely in R, thus setting myData = NULL and _unloading the C library_; then later I want to create another variable, in another C call, SData* myOldData and reload it with values from R. Is there a way to do that, keeping also in mind that char* data is generally binary data. Would be greatful for any suggestions. Regards Oleg