Dplyr: Alternatives to rowwise

thanks, and glad to hear that people smarter than me are trying to come up with a better solution.
The tidyverse approach is so popular because it is intuitive, clear, and code is readable. The pmap approach does not quite fit (in current form), imo.
rowwise is very clear and does what I need, but I recognize that it may alter the data_frame attributes (or some issue like that)