powered by
The function closely resembles the match function, but allows for multiple matches.
match
whereAre(a,b,verbose=TRUE)
A numeric vector
a scalar
a numeric or character vector
logical: print messages on console?
Sebastian Weirich
a <- 12 b <- c(10, 11, 12, 10, 11, 12) match(a, b) whereAre(a=a, b=b)
Run the code above in your browser using DataLab