process_by_vector {joyn} | R 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 |
Value
character vector
Examples
joyn:::process_by_vector(by = c("An = foo", "example"), input = "left")
[Package joyn version 0.2.4 Index]