[R] Bind field of a list

Philipp Rappold philipp.rappold at gmail.com
Fri Feb 19 15:30:58 CET 2010


is this what you're looking for?

test <- data.frame(a=c("x","v"),b=c("n","m"))
test

statquant wrote:
> Hello all
> I am new in R and so easy stuff are difficult...
> let say that I have a list 
> test <- list(a=c("x","v"),b=c("n","m"))
> how can I without a loop get test$a bind with test$b (obviously in real life
> their would be many fields)
> 
> Cheers and thanks



More information about the R-help mailing list