Re: [R] R help: Batch read files based on names in a list

2013-05-15 Thread arun
2.txt" A.K. ----- Original Message ----- From: Jonathan Dry To: r-help@r-project.org Cc: Sent: Wednesday, May 15, 2013 1:51 PM Subject: [R] R help: Batch read files based on names in a list * I am currently reading in a series of files, applying the same functions t

Re: [R] R help: Batch read files based on names in a list

2013-05-15 Thread Enrico Schumann
On Wed, 15 May 2013, Jonathan Dry writes: > * > > I am currently reading in a series of files, applying the same functions to > them one at a time, and then merging the resulting data frames e.g.: > >>MyRows <- c("RowA", "RowB", "RowC")>>File1_DF <- >>read.delim("DirectoryToFiles\\File1_Fold

[R] R help: Batch read files based on names in a list

2013-05-15 Thread Jonathan Dry
* I am currently reading in a series of files, applying the same functions to them one at a time, and then merging the resulting data frames e.g.: >MyRows <- c("RowA", "RowB", "RowC")>>File1_DF <- >read.delim("DirectoryToFiles\\File1_Folder\\File1.txt", >stringsAsFactors=FALSE, check.names=