Learn R Programming

SwimmeR (version 0.14.2)

list_breaker: Breaks out lists of lists by sub-list length

Description

XXXXXX

Usage

list_breaker(x, len)

Value

returns a list of lists, with all sub-lists having length 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.