Skip to content
Prev 6260 / 15075 Next

Problem reading SPSS-file in R!

On Sep 14, 2009, at 11:25 , Johan Ohlander wrote:

            
latin9 is not a supported alias on OS X, you may want to use the full  
name of the encoding, i.e., reencode="ISO-8859-15" (if it is really  
latin9).

[It probably needs to be fixed either in foreign (because it should  
know better than to not use latin9) or in R (if we want to support the  
latin9) ...]

Cheers,
Simon