Create a relationship between a pair of datasets
join_key.Rd
Arguments
- dataset_1
(
character
) one dataset name- dataset_2
(
character
) other dataset name- keys
(optionally named
character
) wherenames(keys)
are columns indataset_1
with relationship to columns ofdataset_2
given by the elements inkeys
. Ifnames(keys)
isNULL
then the same column names are used for bothdataset_1
anddataset_2
.