remove_empty_lists: Remove Empty Lists from a List

View source: R/helpers.R

remove_empty_listsR 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.


SerolyzeR documentation built on April 12, 2025, 2:11 a.m.