lc: Pulls all items from a list pooled into a single vector

View source: R/processing_fxns.R

lcR Documentation

Pulls all items from a list pooled into a single vector

Description

Helper function to convert from a nested series of lists to a single vector.

Usage

lc(list, list_names)

Arguments

list

List to pull items from

list_names

Names of items in list to pool

Value

A vector contaning all items in the list by list_names.


Chris-Cherry/domino documentation built on Dec. 9, 2024, 12:28 a.m.