{readr}
write data frame to comma delimited file
{base}
create vector of numbers, characters, etc.
{dplyr}
join two data sets dropping all observations in x that have a match in y
{utils}
return object structure
{purrr}
apply a function to multiple elements of an object in purrr, return a data frame
{base}
coerce object to numeric
{dplyr}
keep specified columns
{readr}
read comma delimited files
{base}
return unique observations in x or y
{base}
return observations in x but not y
{base}
load R packages
{dplyr}
bind columns in dplyr
{dplyr}
join two data sets keeping the observations in both
{base}
coerce object to character
{dplyr}
bind rows in dplyr
{tibble}
create tibble
{dplyr}
join two data sets keeping the observations that they have in common
{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 all observations in x that have a match in y
{stringr}
replace all matched patterns in a string
{dplyr}
join two data sets keeping the observations in the left one
{dplyr}
create or modify data columns
The end!