remove_empty_lists {PvSTATEM}R Documentation

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)

Arguments

lst

A list to be processed.

Value

A list with empty lists removed.


[Package PvSTATEM version 0.0.4 Index]