[R] How to union the elements in a list?

Peng Yu pengyu.ut at gmail.com
Wed Oct 28 20:07:09 CET 2009


Suppose that I have a list of vectors. I want to compute the union of
all the vectors in the list. I could use 'for' loop to do so. But I'm
wondering what would be a better solution that does not need a 'for'
loop.

l=list(a=c(1,3,4), b=c(1,3,6), c=c(1,3,7), ....)




More information about the R-help mailing list