set_col_names: Add x key var and y key var (with suffixes) to x and y -when...

View source: R/dplyr-joins.R

set_col_namesR Documentation

Add x key var and y key var (with suffixes) to x and y -when joining by different variables and keep is true

Description

Add x key var and y key var (with suffixes) to x and y -when joining by different variables and keep is true

Usage

set_col_names(x, y, by, suffix, jn_type)

Arguments

x

data table: left table

y

data table: right table

by

character vector of variables to join by

suffix

character(2) specifying the suffixes to be used for making non-by column names unique

jn_type

character specifying type of join

Value

list containing x and y


joyn documentation built on April 4, 2025, 5:23 a.m.