list_breaker {SwimmeR}R Documentation

Breaks out lists of lists by sub-list length

Description

XXXXXX

Usage

list_breaker(x, len)

Arguments

x

a list of lists, with at least some sub-lists having length len

len

an numeric value for the length of sub-lists that list_breaker should break out. Must be a whole number.

Value

returns a list of lists, with all sub-lists having length len


[Package SwimmeR version 0.14.2 Index]