powered by
Function to split list
split_list(x, sections = 1)
List object that need to be divided n sections
Split section number (row)
# NOT RUN { x <- list(a=1:3, b=2:4, c=3, d=4) split_list(x, 2) # }
Run the code above in your browser using DataLab