Learn R Programming

evolution (version 0.0.1)

.compact: Compact a list removing NULL elements

Description

Compact a list removing NULL elements

Usage

.compact(x)

Value

The same list with all NULL elements removed.

Arguments

x

A list possibly containing NULL elements.