powered by
by
Gives as output a vector of names to be used for the specified table that correspond to the by argument for that table
process_by_vector(by, input = c("left", "right"))
character vector
character vector: by argument for join
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
joyn:::process_by_vector(by = c("An = foo", "example"), input = "left")
Run the code above in your browser using DataLab