Matches two dataframes using two or more columns. R's function match() works only on vectors (and thus single columns only). The return is a vector of indices, exactly as match() does.
1 | match.dataframe(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.