collapse_named_lists: Collapse a list of named lists into one list with the same...

View source: R/utils.R

collapse_named_listsR Documentation

Collapse a list of named lists into one list with the same name

Description

Collapse a list of named lists into one list with the same name

Usage

collapse_named_lists(in_list)

Arguments

in_list

a list of named lists all with same names (not checked for efficiency)

Value

a single list with named components all concatenated


multiview documentation built on April 3, 2023, 5:20 p.m.