setwd("c:/hulp");
getwd();
install.packages("foreign"); library(foreign);
y=read.spss(file="HECHTING_DECEMBER_2012.sav", use.value.labels = FALSE,
to.data.frame = TRUE, max.value.labels = Inf, trim.factor.names = FALSE,
trim_values = TRUE, reencode = NA, use.missings = 0);
error-message:> y=read.spss(file="HECHTING_DECEMBER_2012.sav", use.value.labels = FALSE,
+ to.data.frame = TRUE, max.value.labels = Inf, trim.factor.names = FALSE,
+ trim_values = TRUE, reencode = NA, use.missings = 0);
Error in read.spss(file = "HECHTING_DECEMBER_2012.sav", use.value.labels = FALSE, :
unable to open file: 'No such file or directory'