process_by_vector: Process the 'by' vector

View source: R/dplyr-joins.R

process_by_vectorR Documentation

Process the by vector

Description

Gives as output a vector of names to be used for the specified table that correspond to the by argument for that table

Usage

process_by_vector(by, input = c("left", "right"))

Arguments

by

character vector: by argument for join

input

character: either "left" or "right", indicating whether to give the left or right side of the equals ("=") if the equals is part of the by vector

Value

character vector

Examples

joyn:::process_by_vector(by = c("An = foo", "example"), input = "left")

randrescastaneda/joyn documentation built on Dec. 20, 2024, 6:51 a.m.