[R] Dataset in parts - how to join together?

Hasan Diwan hasan.diwan at gmail.com
Sun Jul 10 22:50:30 CEST 2011


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:
> 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 at 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



More information about the R-help mailing list