powered by
Match index values of this to that
match_index(this, that)
first object
second object
A list of indexes indicating the elements that are matched to each other
# NOT RUN { match_index(c(1,2,3),c(2,3,4)) ## $that_idx: 1 2; $this_idx: 2 3 # }
Run the code above in your browser using DataLab