unlapply: Like sapply, but with names preserved. Help in some other...

View source: R/CodeAndRoll2.R

unlapplyR Documentation

Like sapply, but with names preserved. Help in some other cases too.

Description

Do an lapply(), then unlist(), with preserving the list element names.

Usage

unlapply(list, FUN, ...)

Arguments

list

A list to apply the function to.

FUN

PARAM_DESCRIPTION

...

Pass any other argument.


vertesy/CodeAndRoll2 documentation built on Nov. 20, 2024, 5:23 a.m.