{base}
inhibit interpretation/conversion of objects
{tibble}
create tibble
{tidyr}
pivot data frame to be longer
{tidyr}
turn each element of a list-column into a column
{base}
load R packages
{utils}
return first rows of matrix, data frame, etc.
{jsonlite}
read JSON file from disk
{dplyr}
keep specified columns
{dplyr}
rename columns
{base}
create data frame
{base}
safe and reliable way to test if two objects are exactly equal
{tidyr}
pull components of a list-column out into their own top-level columns
{utils}
return object structure
{base}
create recursive vector (list)
{tibble}
create row-wise tibble
{jsonlite}
create JSON file from string
{base}
return (and can assign) column names
{dplyr}
keep rows based on values of columns
{tidyr}
turn each element of a list-column into a row
{base}
create vector of numbers, characters, etc.
The end!