Skip to content
Prev 265048 / 398502 Next

Dataset in parts - how to join together?

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.kawalerowicz at stx.ox.ac.uk> wrote: