match_rows | R Documentation |
Return row indices of (first) matches of 'x' in 'y'
match_rows(x, y, x_col = NULL, y_col = NULL)
x |
data frame containing rows to find in 'y' |
y |
data frame |
x_col |
character vector of columns to be used; 'NULL' to use all columns |
y_col |
character vector of columns corresponding to 'x_col'; 'NULL' to use 'x_col' |
Numeric vector corresponding to rows in 'x'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.