lcapply: Compact list then lapply

View source: R/utils.R

lcapplyR Documentation

Compact list then lapply

Description

Compacts the list (i.e., removes NULL objects), then calls lapply() on the result with the remaining parameters.

Usage

lcapply(X, ...)

Arguments

X

the list object

...

remaining arguments to lapply()


ropensci/RNeXML documentation built on Jan. 14, 2023, 4:36 a.m.