{purrr}
apply a function to multiple elements over two vectors in parallel
{purrr}
apply a function to multiple elements of an object to obtain side effects
{purrr}
find last elements that satisfy predicate
{base}
flatten a list into an atomic vector in base R
{purrr}
determine if all elements meet predicate function conditional
{base}
try an expression and allow errors
{purrr}
turn list-of-lists ‘inside out’
{purrr}
safely return result or default when there is an error
{purrr}
flatten a list into an atomic vector in purrr
{purrr}
find first elements that satisfy predicate
{dplyr}
bind rows in dplyr
{purrr}
apply a function to multiple elements of an object in purrr, return a logical vector
{purrr}
apply a function to multiple elements of an object in purrr, return a list
{purrr}
safely return result, messages, and warnings
{purrr}
apply a function to multiple elements of an object in purrr, return a double vector
{base}
return a sequence along the length of an object
{purrr}
discard elements using a predicate function
{purrr}
accumulate intermediate result of vector reduction
{base}
apply a function to multiple elements of an object in base R
{purrr}
determine if some of elements meet predicate function conditional
{purrr}
apply a function to multiple elements over a list of vectors in parallel
{purrr}
safely return result and error
{purrr}
apply a function to multiple elements of an object in purrr, return a character vector
{base}
apply a function to multiple elements of an object and return a list
{purrr}
return value of first matching element
{base}
return summary of model fitting functions
{purrr}
reduce list to single value by iteratively applying binary function
{base}
bind rows in base R
{purrr}
apply a function to multiple elements of an object in purrr, return a integer vector
{tibble}
create row-wise tibble
{purrr}
keep elements using a predicate function
The end!