Im just attempt writing a function
which import manipulate and export spss data, my
basic problem  when i use the cat command
that their is a space to much ?

Perhaps here exist a better solution ?

cat(paste(path),paste(file))
c:/Project/Allbus/ aprioriTotal.sav

test <- function(dir) {
for (i in 1:length(list.files))
path <- "c:/Project/Allbus/"
file <- list.files()[4]
tmpdata <- read.spss(cat(paste(path),paste(file)),use.value.labels=F,to.data.frame=T)

thanks for advance
& regards,christian


        [[alternate HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to