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