I'm using R and have tried the foreign package, but cannot find a way to export R data frame into SPSS formats (e.g. sps) where the variable names are longer than 8 characters. No, i don't not wish to shrink the variable names, as I will incur many duplicates.
Does anyone know how to cleanly export R data frames into SPSS formats without change the data (e.g. shortening variable names)?
I am not looking for a work-around solution (i.e. manual coding), but searching for the existence of a package solution that improves up that of foreign.
thank you.