If your rows are uniquely identified by a variable (such as an ID variable), you can also do group_by() using that variable which is in this case identical to rowwise()
If your rows are uniquely identified by a variable (such as an ID variable), you can also do group_by() using that variable which is in this case identical to rowwise()