There used to be by_slice
and by_row
functions in purrr. They were super powerful, but complex and the implementation was slow compared to equivalent methods. They still exist in their new home in purrrlyr, but I don't believe they will see further development there, as the nest
/list columns approach is now the preferred idiom.
4 Likes