Hello Everyone,
 
Trying to help someone recover the contents of an SPSS.sav file using 
read.spss. This seemed to work well but produced a warning message. My code and 
the warning are displayed below.
 
Spent some time looking for previous questions about this warning. Found a lot 
of questions posted but wasn't able to figure out what the problem is.
 
Is there anyone out there who can explain what's going wrong and how I can fix 
it?
 
Thanks,
 
Paul
 
 
> dataSPSS<-read.spss("N:/Mark.sav",to.data.frame = TRUE)
Warning message:
In read.spss("N:/Mark.sav", to.data.frame = TRUE) :
  N:/Mark.sav: Unrecognized record type 7, subtype 18 encountered in system file
> View(dataSPSS)
> write.csv(dataSPSS,"N:/Mark.csv")
> 
 
 
 
 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to