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

View source: R/list_breaker.R

list_breakerR 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


SwimmeR documentation built on March 31, 2023, 8:27 p.m.