
William L. answered 05/26/21
Data Scientist and Evaluation Specialist
If you want further reading on this, type ?dplyr::left_join into your console and read the entry for the "by" argument
The sample code at the end will create a 4x4 tibble with all the data from df1, and corresponding values for w from df2 with NAs for rows that don't have xy matches. if you want, you can still concatenate the columns before or after you join the data.