{dplyr}
keep specified columns
{dplyr}
extract a single column
{base}
return value
{base}
round values to specified number of digits
{base}
apply a function to multiple elements of an object and return a vector, matrix, or array
{dplyr}
return current group size
{purrr}
apply a function to multiple elements of an object in purrr, return a double vector
{base}
determine if input is of type numeric
{generics}
turn object into tidy tibble
{base}
stop execution of current expression and return an error
{base}
create sequences of numbers
{base}
concatenate character vectors with space between elements
{dplyr}
create or modify data columns
{base}
create repetitions of numbers, characters, etc.
{base}
calculate mean of elements of vector
{stats}
generate random sample from normal distribution
{base}
load R packages
{base}
create vector of numbers, characters, etc.
{base}
apply a function to multiple elements of an object and return a list
{purrr}
apply a function to multiple elements of an object in purrr, return a list
{utils}
return object structure
{stats}
computer one and two sample Student’s t-test on vectors of data
{tibble}
create tibble
The end!