Re: [R] Fwd: combining data from multiple read.delim() invocations.

2014-07-01 Thread Bert Gunter
On Tue, Jul 1, 2014 at 12:03 PM, John McKown wrote: > On Tue, Jul 1, 2014 at 11:31 AM, David L Carlson wrote: > >> There is a better way. First we need some data. This creates three files >> in your home directory, each with five rows: >> >> write.table(data.frame(rep("A", 5), Sys.time(), Sys.tim

[R] Fwd: combining data from multiple read.delim() invocations.

2014-07-01 Thread John McKown
On Tue, Jul 1, 2014 at 11:31 AM, David L Carlson wrote: > There is a better way. First we need some data. This creates three files > in your home directory, each with five rows: > > write.table(data.frame(rep("A", 5), Sys.time(), Sys.time()), > "A.tab", sep="\t", row.names=FALSE, col.name