{dplyr}
summarize data usually by grouping variable
{dplyr}
keep specified columns
{base}
bind rows in base R
{base}
return index of sorted vector (base R)
{base}
create vector of numbers, characters, etc.
{base}
compute maxima of input values
{base}
return a sequence along the length of an object
{base}
create data frame
{purrr}
apply a function to multiple elements of an object in purrr, return a list
{dplyr}
group data by levels of column
{dplyr}
extract a single column
{dplyr}
change order of rows based on values of columns
{base}
create a vector
{tibble}
create tibble
{readxl}
import either xls or xlsx Excel files
{base}
apply a function to multiple elements of an object and return a vector, matrix, or array
{base}
load R packages
{base}
apply a function to multiple elements of an object and return a vector
{stats}
generate random number from uniform distribution
{utils}
return object structure
{base}
calculate mean of elements of vector
{base}
apply a function to each cell of a ragged array
{base}
determine if input is of type numeric
{base}
create recursive vector (list)
{base}
apply a function to multiple elements of an object and return a list
{base}
return directories in named directory
{base}
divide range of vector into intervals
{base}
return number of elements in a vector
{base}
view and change factor levels
{base}
determine whether elements of vector are missing
{dplyr}
keep rows based on values of columns
The end!