All functions

`%is%`

Check if two objects are identical

hello()

Hello, World!

map_then_bind_cols()

Apply a function to a data.frame and bind the result columns to it

map_then_bind_rows()

Apply a function to a data.frame and bind the result rows to it

map_then_join()

Apply a function to a data.frame and join the results in it.

map_if_condition() map_if_true() map_if_false()

Apply functions depending on a condition

vec_filter()

Filter a vector

vec_map()

Apply a function to a vector

vec_mutate()

Modify a vector with some function