[R] Bind field of a list
statquant
colin.umansky at barcap.com
Fri Feb 19 15:49:29 CET 2010
Hello,
Thank you but I think not what I would like to get as an answer is the list
("x","v","n","m") + what you gave me could work for 2 fields but if I have
200...
What I want is a vectorize way to do
bindlists <- function(x){
output = c();
for (i in 1:length(x))
{
output = c(output,x[[i]])
}
return(output)
}
Regards
--
View this message in context: http://n4.nabble.com/Bind-field-of-a-list-tp1561676p1561727.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list