powered by
Function to calculate the split regions by sections and total numbers
get_split_seqs(total_num, sections)
Total numbers need to be divided into n sections
Split section number (colnum)
# NOT RUN { total_num <- 1000 sections <- 3 get_split_seqs(total_num, sections) # }
Run the code above in your browser using DataLab