Learn R Programming

PvSTATEM (version 0.2.2)

remove_empty_lists: Remove Empty Lists from a List

Description

This internal function filters out elements from a list that are empty lists.

Usage

remove_empty_lists(lst)

Value

A list with empty lists removed.

Arguments

lst

A list to be processed.