How can I save a data set created using the memisc package in r? -


i'm using memisc read in massive spss file in order reshape it. seems work well.

however, i'd able output results spss-readable file retains labels , descriptions--after all, advantage of using data-set construct memisc has set up.

i've searched memisc documentation mention of export, save, or output function. i've tried passing memisc data set write.foreign (from foreign package).

why doing in first place? reshaping massive data files in spss pain. r makes easy. folks i'm doing want maintain labels , descriptions.

thanks!


Comments