Learn R Programming

joyn (version 0.2.4)

process_by_vector: 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"))

Value

character vector

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

Examples

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

Run the code above in your browser using DataLab