nest_join(x, y, by = NULL, keep = FALSE, name = NULL, ...)
Arguments
x
A data.frame or data.table
y
A data.frame or data.table
by
A character vector of variables to join by. If NULL, the default, the join will do a natural join, using all variables with common names across the two tables.
keep
Should the join keys from both x and y be preserved in the output?
name
The name of the list-column created by the join. If NULL the name of y is used.