powered by
Utility method returning the intersection of two lists. Duplicated elements are not considered.
# S3 method for PSRoot intersect.list(this, one, two, ...)
A PSRoot object.
A list of objects.
Not used.
The list containing the intersection.
For more information see PSRoot.
PSRoot
# NOT RUN { # create some lists a<-list(1,2,3); b<-c(a,list("a","b","c")) # get the intersection of a and b PSRoot$intersect.list(a,b) # }
Run the code above in your browser using DataLab