I have a grouped tibble. I would like to use map() to iterate over the columns of the tibble. And within each column, I would like map() to act separat
map()