Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Searching elements in list
mstepano
·
Nov 3, 2011
·
r-help
I forget to mention that the vectors are ordered. I think that one of the possible solutions is to use lapply, i.e., < T %in% lapply(allv, function(x,y) all.equal(x,y),y=somev) [1] TRUE -- View this...
Searching elements in list
mstepano
·
Nov 3, 2011
·
r-help
Hi all, I have a list ov vectors of enequal lenght and need to check is the given vector in list. > v1<-c(1,2) > v2<-c(1,2,3) > v3<-c(1,3) > allv<-list(v1,v2,v3) > > somev...
Can't find what you're looking for? Try searching with Google .