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