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

map_then_bind_cols(.df, .f)

Arguments

.df

A data.frame

.f

A function do apply on `.df`