Function to check if the rows in two dataframes are contained in each other. Generally most useful for testing if the outputs of 2 functions are ==.
1 | row_match(dataframe_1, dataframe_2, results = "in")
|
dataframe_1 |
A dataframe. |
dataframe_2 |
A dataframe.. |
results |
what the function should return; 'in', 'not_in', 'num_in', 'num_not_in' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.