Skip to contents

[Stable]

Usage

join_key(dataset_1, dataset_2, keys)

Arguments

dataset_1

(character) one dataset name

dataset_2

(character) other dataset name

keys

(optionally named character) where names(keys) are columns in dataset_1 with relationship to columns of dataset_2 given by the elements in keys. If names(keys) is NULL then the same column names are used for both dataset_1 and dataset_2.

Value

object of class JoinKeySet to be passed into join_keys function.

See also