rename columns
{dplyr}
match column names that contain string
{tidyselect}
vectorized if statement that checks conditionals and returns different outputs based on answer
{dplyr}
match column names that end with string
{tidyselect}
create or modify data columns
{dplyr}
match column names that begin with string
{tidyselect}
apply transformation across multiple columns
{dplyr}
select all variables
{tidyselect}
change column order
{dplyr}
keep specified columns
{dplyr}
conditionally set values across multiple conditions
{dplyr}
compute on a data frame a row-at-a-time
{dplyr}
The end!