{base}
assess whether conditional is true for any elements of a vector
{base}
determine whether elements of vector are missing
{dplyr}
group data by levels of column
{dplyr}
order in descending order
{dplyr}
vectorized if statement that checks conditionals and returns different outputs based on answer
{base}
sum elements of vector
{base}
calculate mean of elements of vector
{base}
calculate absolute value
{base}
prints argument
{dplyr}
summarize data usually by grouping variable
{dplyr}
conditionally set values across multiple conditions
{lubridate}
get days component of date-time
{dplyr}
compare if two vectors of floating point numbers are equal (with a built-in tolerance)
{base}
load R packages
{base}
create vector of numbers, characters, etc.
{lubridate}
return or set year component of a date-time
{dplyr}
create or modify data columns
{dplyr}
change order of rows based on values of columns
{base}
assess whether conditional is true for all elements of a vector
{tibble}
create tibble
{dplyr}
return current group size
{dplyr}
keep rows based on values of columns
{lubridate}
return or set month component of a date-time
{lubridate}
return current date and time
The end!