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

______________________________________________
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.

Reply via email to