How could I use a user defnied funtion with flexible variables in purrr\'s map?
user_fun <- function(data = data, filter_col = "test") { data %<