{base}
return observations in x but not y
{dplyr}
create or modify data columns
{base}
join two data sets
{dplyr}
count unique values of variables
{dplyr}
join two data sets dropping all observations in x that have a match in y
{dplyr}
join two data sets keeping all observations in x that have a match in y
{dplyr}
join two data sets keeping the observations that they have in common
{base}
return unique observations in x or y
{utils}
open spreadsheet view of matrix-like object
{dplyr}
join two data sets keeping the observations in the right one
{base}
return only observations in both x and y
{dplyr}
join two data sets keeping the observations in both
{dplyr}
join two data sets keeping the observations in the left one
The end!