filterListByElements {midasHLA} | R Documentation |
Filter two level list by its secondary elements and remove empty items
filterListByElements(list, elements)
list |
A list. |
elements |
Character vector of elements to keep. |
List filtered according to elements
argument.