search for: aprioritot

Displaying 1 result from an estimated 1 matches for "aprioritot".

Did you mean: aprioritotal
2003 Jan 10
3
manipulate all files in folder
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 del...