rm.null {psichomics} | R Documentation |
Filter NULL elements from vector or list
rm.null(v)
v |
Vector or list |
Filtered vector or list with no NULL elements; if the input is a vector composed of only NULL elements, it returns a NULL (note that it will returns an empty list if the input is a list with only NULL elements)