RNeXML (version 2.4.0)

lcapply: 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()