Description Usage Arguments Value Examples
Match index values of this to that
1 | match_index(this, that)
|
this |
first object |
that |
second object |
A list of indexes indicating the elements that are matched to each other
1 | match_index(c(1,2,3),c(2,3,4)) ## $that_idx: 1 2; $this_idx: 2 3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.