I have a list that contains 12 elements. I would like to make a function that subset the list based on a sequence every nth element
I have a list containing 12 data frames. I would like to subset/split the list after every third elements based on a sequence. And make a new data frame of the new subsetted list .