split_list: Function to split list

Description Usage Arguments Examples

View source: R/split.R

Description

Function to split list

Usage

1
split_list(x, sections = 1)

Arguments

x

List object that need to be divided n sections

sections

Split section number (row)

Examples

1
2
x <- list(a=1:3, b=2:4, c=3, d=4)
split_list(x, 2)

JhuangLab/ngstk documentation built on May 28, 2019, 12:43 p.m.