Left join for lookup tables
lookup_join.Rd
Left 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_by
or specify manually).- verbose
Print information about the lookup.