c_list: Select inner elements of a list of lists, and return as a new...

View source: R/ListUtil.r

c_listR Documentation

Select inner elements of a list of lists, and return as a new list.

Description

Select inner elements of a list of lists, and return as a new list.

Usage

c_list(xlist, fx)

Arguments

xlist

list

fx

function specifing inner elements to select. Should take a single element of xlist as a parameter.

Value

equivalent to c(fx(xlist[[1]]), fx(xlist[[2]] ... ) across every element.


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.