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
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
*
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=
3 matches
Mail list logo