match.order | R Documentation |
Find index number at which trg is equal to obj. Return 0 if it is not found in trg, and return NA if it has been multitmes found.
match.order(from, trg)
from |
Value, vector or matrix |
trg |
Target sequence |
Found once: Index numbers, Found multiple times: NA, Didn't find: 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.