match_s | R Documentation |
match x indices in terms of y
match_s(x, y)
x |
A vector |
y |
A vector |
a vector of indices of x
ordered by y
match_s(c(1,3,5,7,9), c(9, 5, 3))
match_s(c(1,3,5,7,9), c(3, 5, 9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.