@gabbspalomo I think of tidyverse as tools for dealing with datasets. Most of the time when I am transposing, it's not a dataframe, and rather a different type of task. And in that context, t() is perfectly good. If you are transposing a dataframe, then it would make sense to ask about a tidy way. And I think the best way for that is probably rotate_df() from sjmisc, which has tools designed to integrate seamlessly into tidy.
@mpanhans ohh I like this approach about datasets!!! Thanks Matt!!!