Left join for lookup tables
lookup_join.RdLeft joins lookup table to data frame of data.
Arguments
- raw_data
 Data frame of data to be harmonized.
- lookup_table
 Data frame of lookup table.
- join_by
 Vector of strings indicating columns to left_join by (can use
names_to_join_byor specify manually).- verbose
 Print information about the lookup.