search for: _unloading

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

Did you mean: unloading
2005 Feb 04
1
Keeping the data of C structure in R variables?..
...in C code I could create some implementation that would create this structure by pointer and fill 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 C code I could create some implementation that would create this structure by pointer and fill 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