lcapply {RNeXML}R 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()


[Package RNeXML version 2.4.11 Index]