Description Usage Arguments Value
The function joins (SQL: inner join) selected tables with respect to a key.
1 |
table_1 |
a name of the first table, |
table_2 |
a name of the second table, |
key_col_1 |
a column with unique names in the first table, |
key_col_2 |
a column with unique names in the second table, |
sel_fun |
a function selecting rows according to a user defined criterion. |
a resulting data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.