Skip to contents

Produces a list from string variables suitable for use in join expressions

Usage

dynamic_by(lhs, rhs)

Arguments

lhs

string column name for left side of join

rhs

string column name for right side of join

Examples

# left_join(df1,df2, by = dynamic_by(variable,"concept_id"))