map_then_join.RdApply a function to a data.frame and join the results in it.
map_then_join(.df, .f, .join_by = NULL, join_function)A data.frame
A function do apply on `.df`
The columns to join, as passed to `left_join`
The function used in the join