Description Usage Arguments Details Value See Also Examples
rowmatch returns a vector of the positions of (first) matches of the rows of its first argument in the rows of its second.
1  | rowmatch(x, table, nomatch = NA_integer_)
 | 
x | 
 a row matrix of doubles, the rows to be matched.  | 
table | 
 a row matrix of doubles, the rows to be matched against.  | 
nomatch | 
 the value to be returned in the case when no match is found.
Note that it is coerced to   | 
rowmatch uses compiled C-code.
rowmatch returns an integer vector giving the position of the matching row in table for each row in x. And nomatch if there is no matching row.
1 2 3 4 5 6 7 8 9 10 11 12  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.