Forum Discussion
volyn
4 years agoFrequent Visitor
R script dataset has wrong codepage
Hello, I am creating new dataset "languages" with R script, loading data from SAV file library(foreign) languages <- read.spss("C:\\data.sav", to.data.frame = TRUE, use.value.labels = TRUE) ...
- 4 years ago
you may need to convert to ANSI first, or specify the code page during read.spss