region1 <- read.table(file1, header=T) ... region12 <- read.table(file12, header=T) region <- data.frame(rbind(region1, region=1)..., rbind(region12, region=12))) rm(region1, region2, region3..., region11, region12)
On 10 July 2011 12:22, majesty <juta.kawalerow...@stx.ox.ac.uk> wrote: > Hello, I am new to R - could somebody suggest a function to investigate for > the following: > > I have data of the form > > OA_CODE VALUE > xyz 0.42 > abd 0.10 > > but I have it in 12 separate files, each with output areas and value for one > of 12 regions. I would like to combine the 12 files into one data set of the > same format. > > Any suggestion would be appreciated, I will read on it. > > -- > View this message in context: > http://r.789695.n4.nabble.com/Dataset-in-parts-how-to-join-together-tp3658088p3658088.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org 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. > -- Sent from my mobile device Envoyait de mon telephone mobil ______________________________________________ R-help@r-project.org 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.