On Wed, 13 Sep 2006 13:53:45 -0700,
Warren <[EMAIL PROTECTED]> wrote:

> Hello, I would like to read sets of files within a folder, perhaps using
> recursive methods.

Maybe this:


fv <- list.files()
lf <- sapply(fv, read.delim, quote="", as.is=TRUE)
xx <- do.call(cbind, lf)


You can find more info in the respective help pages.


-- 
Seb

______________________________________________
[email protected] 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