join() functions from Package 'dplyr'Perform attribute joins, See dplyr documentation under mutate-joins, filter-joins, and nest_join for a description of 7 variations (left_join, etc.) as well as arguments to use.
Seven varations: inner_join(), left_join(), right_join(), full_join(), semi_join(), anti_join(), and nest_join().