flattenList: Flatten lists of lists with irregular depths to just a list...

View source: R/qcMetric.R

flattenListR Documentation

Flatten lists of lists with irregular depths to just a list of items, i.e. a list of the leaves (if you consider the input as a tree).

Description

Flatten lists of lists with irregular depths to just a list of items, i.e. a list of the leaves (if you consider the input as a tree).

Usage

flattenList(x)

Arguments

x

List of 'stuff' (could be lists or items or a mix)

Value

A flat list


PTXQC documentation built on July 26, 2023, 5:27 p.m.