| keys_match | R Documentation |
Match and align keys between two datasets
keys_match(x, y, keys_names = NULL)
x |
First dataset containing keys to match |
y |
Second dataset containing keys to match |
keys_names |
Names of columns to use as matching keys. If NULL, uses common columns |
List containing:
x |
First dataset with group IDs |
y |
Second dataset with group IDs |
xy |
Matched datasets with aligned group and scenario IDs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.