Rdocumentation
powered by
Learn R Programming
plyr (version 1.5.2)
join.keys: Join keys.
Description
Join keys. Given two data frames, create a unique key for each row.
Usage
join.keys(x, y, by)
Arguments
x
data frame
y
data frame
by
character vector of variable names to join by