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 May 10, 2024, 1:50 p.m.