remove_empty_lists {SerolyzeR} | 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 SerolyzeR version 1.3.0 Index]