rm.null {psichomics}R Documentation

Filter NULL elements from vector or list

Description

Filter NULL elements from vector or list

Usage

rm.null(v)

Arguments

v

Vector or list

Value

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)


[Package psichomics version 1.10.1 Index]